mysqld: where is the query log file saved?
i have executed this
sudo mysq开发者_如何转开发ld --general_log
Where the log file is stored?
Regards
Javi
Please have a look in the folder /var/log/mysql/
.
By default the general_log_file
is host_name.log
.
For more see: http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html#sysvar_general_log_file
精彩评论