首页 > 数据库技术 > 详细

安装Mysql碰到的一些问题。

时间:2016-05-31 10:46:02      阅读:224      评论:0      收藏:0      [点我收藏+]

安装时出现warning: the host ‘duanpan‘ could not be looked up with ./bin/resolveip....

        解决办法:vim /etc/hosts在末尾行写入本机IP地址加用户名,192.168.1.150 duanpan



安装出现Installing MySQL system tables..../bin/mysqld: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory

        解决办法:说明安装过程中缺少一个依赖包:libaio,安装此依赖包即可。yum install -y libaio

安装Mysql碰到的一些问题。

原文:http://duanpan.blog.51cto.com/2776716/1784614

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!