linux強制卸載mysql,linux強制mysql

來源:互聯網
上載者:User

linux強制卸載mysql,linux強制mysql
針對Linux已存在MySQL而無法安裝的情況,我們可以進行強制卸載,再進行安裝,步驟:
   1. 尋找已安裝的myslq 版本:
       #rpm -q mysql
        在螢幕上將顯示已安裝的mysql包名如:mysql-5.0.77-4.el5_5.3
       如果通過該命令,提示沒有安裝mysql,而你確定已安裝,可以使用下面命令,嘗試一下:
       #rpm -qa | grep -i mysql
         MySQL-server-5.5.11-1.rhel5
    2. 強制卸載(將要卸載的必須是上面查詢到的mysql的全稱包括版本號碼,此處是在無法正常卸載時不得已的操作,強制卸載,必須用參數--nodeps):
        #rpm -e --nodeps mysql-5.0.77-4.el5_5.3
    3.成功卸載,系統不提示任何資訊,接下來,安裝MySQL:
        #rpm -ivh MySQL-server-5.5.9-1.linux2.6.i386.rpm
     4.安裝完成,會提示你不要忘記設計root使用者的密碼及其他資訊:

相關文章

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.