1、進到/etc/yum.repos.d目錄編輯mysql-community.repo 檔案
[test@alps yum.repos.d]$ sudo vi mysql-community.repo
(推薦教學:centos教學)
2、將enabled設為0,如下面:
# Enable to use MySQL 5.6 [mysql56-community] name=MySQL 5.6 Community Server baseurl=http://repo.mysql.com/yum/mysql-5.6-community/el/7/$basearch/ enabled=0 gpgcheck=1 gpgkey=file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
3、儲存重新安裝即可。
[test@alps yum.repos.d]$ sudo yum install mysql-server
相關影片教學推薦:linux影片教學
以上是centos下使用yum指令安裝mysql失敗了怎麼辦的詳細內容。更多資訊請關注PHP中文網其他相關文章!