安裝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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章