发布网友 发布时间:2022-04-26 18:37
共2个回答
热心网友 时间:2022-05-01 09:06
一般的yum安装mysql日志在/var/log/mysqld.log
grep log /etc/my.cnf
log-error=/var/log/mysqld.log
比如编译安装的就查询下mysql的配置文件中的log-error=
ps aux |grep mysql
可以看出mysql的配置文件
然后再grep log 配置文件
热心网友 时间:2022-05-01 10:24
/var/log/mysqld.log