今天发现生产环境的主机名被修改了。
现在查看MySQL状态,报错:
[root@db02 ~]# service mysqld status
MySQL is running but PID file could not be found [FAILED]
停止mysql也报错:
[root@db02 ~]# service mysqld stop
MySQL server PID file could not be found! [FAILED]
重启mysql也一样报错。
想要重启mysql的话,可以先手动kill掉mysql进程。然后再service mysqld start启动数据库。
假如启动不成功,可以查看新修改的主机名.err文件来查看具体的错误。