天天看點

yum下載下傳mysql網速慢_解決centos7使用yum安裝mysql 下載下傳速度慢的問題

原文連結:https://blog.csdn.net/inslow/article/details/54177191

鑒于評論區有人說瞎搞 請仔細鑒别是否合适使用 本貼為轉載 個人記錄使用 出問題概不負責

挺好用的,之前用騰訊雲安裝了半天,太慢了,改過之後速度快多了。

1、首先備份系統自帶yum源配置檔案/etc/yum.repos.d/CentOS-Base.repo

1

[[email protected] ~]# mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup

2、下載下傳ailiyun的yum源配置檔案到/etc/yum.repos.d/

1

[[email protected] ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo

3、運作yum makecache生成緩存

1

[[email protected] ~]# yum makecache

4、這時候再更新系統就會看到以下mirrors.aliyun.com資訊

[[email protected] ~]# yum -y update

已加載插件:fastestmirror, refresh-packagekit, security

設定更新程序Loading mirror speeds from cached hostfile

* base: mirrors.aliyun.com

* extras: mirrors.aliyun.com

* updates: mirrors.aliyun.com

————————————————

版權聲明:本文為CSDN部落客「inslow」的原創文章,遵循 CC 4.0 BY-SA 版權協定,轉載請附上原文出處連結及本聲明。

原文連結:https://blog.csdn.net/inslow/article/details/54177191