您好,ERROR! MySQL server PID file could not be found!这个错误是提示您在启动mysql的时候没有pid文件,您可以先执行下面的命令停止数据库,然后在启动看看有什么报错提示,没有就是正常启动
- /etc/init.d/mysqld stop
- /etc/init.d/mysqld start
复制代码
Access denied for user '1'@'localhost' (using password: YES)表示用户或密码不正确或者没有足够的权限连接到数据库,您重点检查一下这个几个方面是否配置正确
|