How do I view mysql logs?



How do I view mysql logs?..

Answer / Jay Prakash

To view MySQL logs, you can use the 'tail' command in Unix-based systems or the 'more' command for individual files. For example: 'tail -f /var/log/mysql/error.log'. You can also access logs through the MySQL Workbench or Admin interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to represent ENUMs and SETs internally?

1 Answers  


What are the non-standard sql commands supported by 'mysql'?

1 Answers  


How do I connect to mysql database?

1 Answers  


What is the usage of ENUMs in MySQL?

1 Answers  


What is 'mysqlimport'?

1 Answers  


how to find max salary from the database

3 Answers  


Why do you think it is advised to not to use guid and character columns as clustered index arrays?

1 Answers  


How to return query output in html format?

1 Answers  


How can I connect mysql database?

1 Answers  


What is sql vs mysql?

1 Answers  


Is mysql a free database?

1 Answers  


What is pdo :: fetch_assoc?

1 Answers  


Categories