Linux下安裝MySQL初始化失敗原因分析

來源:互聯網
上載者:User

標籤:linux   資料庫   初始話失敗   

在Linux系統中安裝MySQL,初始話失敗,報錯資訊如下:

WARNING: The host ‘Power1‘ could not be looked up with resolveip.This probably means that your libc libraries are not 100 % compatiblewith this binary MySQL version. The MySQL daemon, mysqld, should worknormally with the exception that host name resolving will not work.This means that you should use IP addresses instead of hostnameswhen specifying MySQL privileges !

1.從報錯資訊看,是資料庫無法解析機器名,排查過程如下:

    使用resolveip查看IP是否正常

[[email protected] ~]# /usr/local/mysql/bin/resolveip Power1/usr/local/mysql/bin/resolveip: Unable to find hostid for ‘Power1‘: host not found


2.查看機器名

[[email protected] ~]# hostnamePower1


3.查看/etc/hosts檔案

[[email protected] ~]# cat /etc/hosts127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

查詢結果可見/etc/hosts中無相應的機器名Power1

添ip(原生ip) 到機器的對應到/etc/hosts中,最終顯然如下:

[[email protected] ~]# cat /etc/hosts127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4::1         localhost localhost.localdomain localhost6 localhost6.localdomain6192.168.20.131 Power1

4.使用resolveip確認是否ok

[[email protected] ~]# /usr/local/mysql/bin/resolveip Power1IP address of Power1 is 192.168.20.131

5.重新初始化


Linux下安裝MySQL初始化失敗原因分析

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.