在Centos7 首次 mysql安装成功后,如果默认用户是root,使用命令:
service mysql start
启动mysql时报错:Starting MySQL. ERROR! The server quit without updating PID file (/usr/local/mysql/data/ekybigdata.pid).时,文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
添加了所有的权限,都没有用时,修改一下我们配置的mysql自启动服务文件(我的是/etc/init.d/mysql)文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
vim /etc/init.d/mysql
找到start模块,添加–user=root到mysqld_safe 后面文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
重新启动mysql:文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
service mysql start
问题解决。文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
文章源自爱尚资源教程网-https://www.23jcw.net/2281.html 文章源自爱尚资源教程网-https://www.23jcw.net/2281.html
相关文章
版权声明:文章图片资源来源于网络,如有侵权,请留言删除!!!