久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      centos安裝mysql出錯了怎么辦

      centos安裝mysql出錯了怎么辦

      環(huán)境:

      MySQL5.6社區(qū)版本

      操作系統(tǒng):CentOS6.3

      問題:

      執(zhí)行安裝命令

      yum install mysql mysql-server -y

      然后安裝到中途報如下類似錯誤:

      file /usr/share/mysql/charsets/geostd8.xml conflicts between attempted installs of mysql-community-common-5.6.15-1.el6.x86_64 and mysql-libs-5.1.71-1.el6.x86_64

      原因:

      這是由于包沖突引起的。

      解決方法:

      先移除沖突的libs包,在進(jìn)行安裝即可。

      移除mysql-libs-5.1的包

      yum -y remove mysql-libs-*

      第四步驟:重新執(zhí)行安裝腳本

      yum install mysql mysql-server -y

      安裝成功之后:初始化mysql數(shù)據(jù)庫

      service mysqld start

      設(shè)置用戶名和密碼:

      mysqladmin -u root password '密碼'

      相關(guān)教程推薦:centos教程

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號