ubuntu 升级到12.04引起的mysql错误

ubuntu12.04中将mysql升级到5.5.22导致原先的mysql加载失败

解决方法:

1.完全卸载原先的mysql

 

sudo apt-get remove mysql-server
sudo apt-get autoremove --purge mysql-server
sudo apt-get remove mysql-common(这步比较重要)
dpkg -l | grep ^rc | awk '{print $2}' | sudo xargs dpkg -P
 

2.重新安装mysql(安装前最好重启)

 

sudo apt-get install mysql-server
sudo apt-get install mysql-workbench(原先的client无法使用)

可使用以下命令检查是否安装成功

sudo netstat -tap | grep mysql

 

3原先gem中的mysql2需要重新编译安装

 

gem uninstall mysql2
gem install mysql2
 

4.安装mysql2时可能出现以下错误

 

Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.

/homexxx/.rbenv/versions/1.9.3-p125/bin/ruby extconf.rb 
checking for rb_thread_blocking_region()... yes
checking for rb_wait_for_single_fd()... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lmygcc... no
checking for mysql_query() in -lmysqlclient... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

 解决方法:

 

sudo apt-get install libmysql-ruby
sudo apt-get install libmysqlclient-dev
gem install mysql2
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值