如何查看mysql服务器日志 怎么查看mysql日志

主机教程 建站分享 2年前 (2022-10-24) 210次浏览

文章摘要:如何查看mysql服务器日志 怎么查看mysql日志

查看mysql服务器日志的方法 1.查看mysql服务器日志 show variables like ‘gen […]

查看mysql服务器日志的方法

1.查看mysql服务器日志

show variables like ‘general_log_file’;

2.查看mysql服务器错误日志

show variables like ‘log_error’;

3.查看mysql服务器慢查询日志

show variables like ‘slow_query_log_file’;


声明:
若非注明,本站文章源于互联网收集整理和网友分享发布,如有侵权,请联系站长处理。
文章名称:如何查看mysql服务器日志 怎么查看mysql日志
文章链接:http://www.7966.org/post/14756.html
转载请注明出处

喜欢 (0)