找回密码
 立即注册

CentOS 5.8 yum源无法安装mysql的解决方法

 火.. [复制链接]
柠檬 发表于 2021-8-20 01:33:38 | 显示全部楼层 |阅读模式
本帖最后由 柠檬 于 2022-1-24 02:41 编辑

由于centos 5 已经停更。于是导致yum源也不能用了
例如安装mysql的时候提示以下信息。
由于默认的yum源地址是mirrorlist=http://mirrorlist.centos.org/,已失效。
我们可以通过更新baseurl来解决。
7c84d1672b5fd54638de8ba77fd0b503c9d2249f.jpg

安装WinSCP软件,并新建站点进行访问
etc/yum.repos.d/CentOS-Base.repo文件。
460fdc8333bf3bef7207630b3f3ea8db564a1a9f.jpg

560be432939c2cf790faefaa452c5b1b1fde129f.jpg


双击打开“CentOS-Base.repo”这个文件。
5a5a00def4dca0394557fd5f58d96975f3c40d9f.jpg


将原mirrorlist行注释掉,并在原baseurl下分别添加新的源地址。例如:替换成5.11的yum源。
f385f2995943040116b62df1d66b04d14829059f.jpg
内容如下:
  1. # CentOS-Base.repo
  2. #
  3. # The mirror system uses the connecting IP address of the client and the
  4. # update status of each mirror to pick mirrors that are updated to and
  5. # geographically close to the client.  You should use this for CentOS updates
  6. # unless you are manually picking other mirrors.
  7. #
  8. # If the mirrorlist= does not work for you, as a fall back you can try the
  9. # remarked out baseurl= line instead.
  10. #
  11. #

  12. [base]
  13. name=CentOS-$releasever - Base
  14. #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
  15. #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
  16. baseurl=http://vault.centos.org/5.11/os/$basearch/
  17. gpgcheck=1
  18. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

  19. #released updates
  20. [updates]
  21. name=CentOS-$releasever - Updates
  22. #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
  23. #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
  24. baseurl=http://vault.centos.org/5.11/updates/$basearch/
  25. gpgcheck=1
  26. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

  27. #additional packages that may be useful
  28. [extras]
  29. name=CentOS-$releasever - Extras
  30. #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
  31. #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
  32. baseurl=http://vault.centos.org/5.11/extras/$basearch/
  33. gpgcheck=1
  34. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

  35. #additional packages that extend functionality of existing packages
  36. [centosplus]
  37. name=CentOS-$releasever - Plus
  38. #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
  39. #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
  40. baseurl=http://vault.centos.org/5.11/centosplus/$basearch/
  41. gpgcheck=1
  42. enabled=0
  43. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

  44. #contrib - packages by Centos Users
  45. [contrib]
  46. name=CentOS-$releasever - Contrib
  47. #mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
  48. #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
  49. baseurl=http://vault.centos.org/5.11/contrib/$basearch/
  50. gpgcheck=1
  51. enabled=0
  52. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
复制代码


点击“保存”。
e9a4f2eeadbcbe2f2e3875ab54dae43b3a86789f.jpg


文件修改完毕后,执行Linux命令
yum clean all
清空yum源缓存后即可正常使用yum命令了。
3ac71c214f57935622f3cb93effb960b3021709f.jpg


执行Linux命令:
yum -y install mysql mysql-server mysql-devel
开始安装mysql数据库。
974a2f21056104a32da1b01d63d7592ae2ef6b9f.jpg

54a89daee8d7592a9fa7d3cb9f31dfb6336c679f.jpg





maoyl 发表于 2021-8-20 01:37:53 | 显示全部楼层
我只是路过打酱油的。
回复

使用道具 举报

jdflfl87 发表于 2021-8-24 05:19:34 | 显示全部楼层
真是难得给力的帖子啊。
回复

使用道具 举报

thtyhust 发表于 2021-8-24 14:30:30 | 显示全部楼层
真是难得给力的帖子啊。
回复

使用道具 举报

calmsolemn 发表于 2021-8-24 14:39:39 | 显示全部楼层
淡定,淡定,淡定……
回复

使用道具 举报

blfxdsh 发表于 2021-8-27 06:04:07 | 显示全部楼层
真是被感动的痛哭流涕……
回复

使用道具 举报

ruocan 发表于 2021-8-31 21:19:00 | 显示全部楼层
淡定,淡定,淡定……
回复

使用道具 举报

liushuich 发表于 2021-9-1 01:52:59 | 显示全部楼层
无回帖,不论坛,这才是人道。
回复

使用道具 举报

heeb0957 发表于 2021-9-1 04:22:22 | 显示全部楼层
感恩无私的分享与奉献
回复

使用道具 举报

jhc 发表于 2021-9-5 13:07:11 | 显示全部楼层
无回帖,不论坛,这才是人道。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|游戏淘宝湾

GMT+8, 2025-1-18 18:50 , Processed in 0.068636 second(s), 57 queries .

Powered by Discuz! X3.5

Copyright © 2001-2025, Oddpp Cloud.

快速回复 返回顶部 返回列表