安装Mysql碰到的一些问题。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装Mysql碰到的一些问题。相关的知识,希望对你有一定的参考价值。
安装时出现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碰到的一些问题。的主要内容,如果未能解决你的问题,请参考以下文章