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.
阅读(1881) | 评论(0) | 转发(0) |