Mysql- common query

mysql query log

1 . Find the error log file path 
MySQL > Show the Variables like "log_error"; 

2 . Find Common Log File Path 
MySQL > Show the Variables like "general_log_file"; 

3 . Find the slow query log file path 
MySQL > Show the Variables like "slow_query_log_file";

 

Guess you like

Origin www.cnblogs.com/liuhaidon/p/11671920.html