查看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’;
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: mysql怎么修改非空字段为空