Mysql install issues

1880阅读 0评论2015-03-27 swenker
分类:Mysql/postgreSQL

1:
conflicts with file from package mysql-libs-5.1.73-3.el6_5.x86_64

rpv -qa |grep mysql
mysql-libs-5.1.73-3.el6_5.x86_64

sudo yum erase mysql-libs-5.1.73-3.el6_5.x86_64

---done.

2:
after mysql server was installed normally,you my encounter the following issue:
ERROR! MySQL manager or server PID file could not be found!

solution:
ps -ef|grep mysql
kill -9 all the mysql process then service mysql start should resolve the issue.


上一篇:Python解密字符串的实现
下一篇:在jetty或者tomcat中设置https