Chinaunix首页 | 论坛 | 博客
  • 博客访问: 75243
  • 博文数量: 14
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 156
  • 用 户 组: 普通用户
  • 注册时间: 2013-12-23 09:58
个人简介

Dev Ops, 我刚起步啊

文章分类

全部博文(14)

文章存档

2017年(2)

2016年(5)

2015年(7)

我的朋友

分类: Mysql/postgreSQL

2015-03-27 17:03:26

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.


阅读(1844) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~