找回密码
 立即注册

CenterOS7.6中解决No package mysql-server available.

[复制链接]
柠檬 发表于 2021-12-22 23:56:49 | 显示全部楼层 |阅读模式
1.使用yum install mysql mysql-server mysql-devel -y报错如下:

  1. [root@VM-4-9-centos ~]# yum install mysql mysql-server mysql-devel -y
  2. Loaded plugins: fastestmirror, langpacks
  3. Loading mirror speeds from cached hostfile
  4. No package mysql-server available.
  5. Resolving Dependencies
  6. --> Running transaction check
  7. ---> Package mariadb.x86_64 1:5.5.68-1.el7 will be installed
  8. ---> Package mariadb-devel.x86_64 1:5.5.68-1.el7 will be installed
  9. --> Finished Dependency Resolution

  10. Dependencies Resolved

  11. =============================================================================================================================
  12. Package                          Arch                      Version                              Repository             Size
  13. =============================================================================================================================
  14. Installing:
  15. mariadb                          x86_64                    1:5.5.68-1.el7                       os                    8.8 M
  16. mariadb-devel                    x86_64                    1:5.5.68-1.el7                       os                    757 k

  17. Transaction Summary
  18. =============================================================================================================================
  19. Install  2 Packages

  20. Total download size: 9.5 M
  21. Installed size: 52 M
  22. Downloading packages:
  23. (1/2): mariadb-devel-5.5.68-1.el7.x86_64.rpm                                                          | 757 kB  00:00:00     
  24. (2/2): mariadb-5.5.68-1.el7.x86_64.rpm                                                                | 8.8 MB  00:00:01     
  25. -----------------------------------------------------------------------------------------------------------------------------
  26. Total                                                                                        8.1 MB/s | 9.5 MB  00:00:01     
  27. Running transaction check
  28. Running transaction test
  29. Transaction test succeeded
  30. Running transaction
  31.   Installing : 1:mariadb-5.5.68-1.el7.x86_64                                                                             1/2
  32.   Installing : 1:mariadb-devel-5.5.68-1.el7.x86_64                                                                       2/2
  33.   Verifying  : 1:mariadb-devel-5.5.68-1.el7.x86_64                                                                       1/2
  34.   Verifying  : 1:mariadb-5.5.68-1.el7.x86_64                                                                             2/2

  35. Installed:
  36.   mariadb.x86_64 1:5.5.68-1.el7                              mariadb-devel.x86_64 1:5.5.68-1.el7                             

  37. Complete!
复制代码



2.解决方法如下:

  1. 1: wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm

  2. 2: rpm -ivh mysql-community-release-el7-5.noarch.rpm
复制代码



执行效果如下:

  1. [root@VM-4-9-centos ~]# wget http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
  2. --2021-12-22 23:48:16--  http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm
  3. Resolving repo.mysql.com (repo.mysql.com)... 104.124.193.119
  4. Connecting to repo.mysql.com (repo.mysql.com)|104.124.193.119|:80... connected.
  5. HTTP request sent, awaiting response... 200 OK
  6. Length: 6140 (6.0K) [application/x-redhat-package-manager]
  7. Saving to: ‘mysql-community-release-el7-5.noarch.rpm’

  8. 100%[===================================================================================>] 6,140       23.9KB/s   in 0.3s   

  9. 2021-12-22 23:48:17 (23.9 KB/s) - ‘mysql-community-release-el7-5.noarch.rpm’ saved [6140/6140]

  10. [root@VM-4-9-centos ~]# rpm -ivh mysql-community-release-el7-5.noarch.rpm
  11. Preparing...                          ################################# [100%]
  12. Updating / installing...
  13.    1:mysql-community-release-el7-5    ################################# [100%]
复制代码



3.接着在执行安装

  1. [root@VM-4-9-centos ~]# yum install mysql mysql-server mysql-devel -y
  2. Loaded plugins: fastestmirror, langpacks
  3. Loading mirror speeds from cached hostfile
  4. mysql-connectors-community                                                                            | 2.6 kB  00:00:00     
  5. mysql-tools-community                                                                                 | 2.6 kB  00:00:00     
  6. mysql56-community                                                                                     | 2.6 kB  00:00:00     
  7. (1/3): mysql-connectors-community/x86_64/primary_db                                                   |  87 kB  00:00:01     
  8. (2/3): mysql-tools-community/x86_64/primary_db                                                        |  92 kB  00:00:01     
  9. (3/3): mysql56-community/x86_64/primary_db                                                            | 297 kB  00:00:02     
  10. Resolving Dependencies
  11. --> Running transaction check
  12. ---> Package mariadb.x86_64 1:5.5.68-1.el7 will be obsoleted
  13. ---> Package mariadb-devel.x86_64 1:5.5.68-1.el7 will be obsoleted
  14. ---> Package mysql-community-client.x86_64 0:5.6.51-2.el7 will be obsoleting
  15. --> Processing Dependency: mysql-community-libs(x86-64) >= 5.6.10 for package: mysql-community-client-5.6.51-2.el7.x86_64
  16. ---> Package mysql-community-devel.x86_64 0:5.6.51-2.el7 will be obsoleting
  17. ---> Package mysql-community-server.x86_64 0:5.6.51-2.el7 will be installed
  18. --> Processing Dependency: mysql-community-common(x86-64) = 5.6.51-2.el7 for package: mysql-community-server-5.6.51-2.el7.x86_64
  19. --> Processing Dependency: perl(DBI) for package: mysql-community-server-5.6.51-2.el7.x86_64
  20. --> Running transaction check
  21. ---> Package mariadb-libs.x86_64 1:5.5.68-1.el7 will be obsoleted
  22. ---> Package mysql-community-common.x86_64 0:5.6.51-2.el7 will be installed
  23. ---> Package mysql-community-libs.x86_64 0:5.6.51-2.el7 will be obsoleting
  24. ---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed
  25. --> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64
  26. --> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64
  27. --> Running transaction check
  28. ---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed
  29. --> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch
  30. --> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch
  31. --> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch
  32. --> Processing Dependency: perl(Compress::Zlib) for package: perl-PlRPC-0.2020-14.el7.noarch
  33. --> Running transaction check
  34. ---> Package perl-IO-Compress.noarch 0:2.061-2.el7 will be installed
  35. --> Processing Dependency: perl(Compress::Raw::Zlib) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
  36. --> Processing Dependency: perl(Compress::Raw::Bzip2) >= 2.061 for package: perl-IO-Compress-2.061-2.el7.noarch
  37. ---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed
  38. --> Running transaction check
  39. ---> Package perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7 will be installed
  40. ---> Package perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7 will be installed
  41. --> Finished Dependency Resolution

  42. Dependencies Resolved

  43. =============================================================================================================================
  44. Package                              Arch                Version                       Repository                      Size
  45. =============================================================================================================================
  46. Installing:
  47. mysql-community-client               x86_64              5.6.51-2.el7                  mysql56-community               21 M
  48.      replacing  mariadb.x86_64 1:5.5.68-1.el7
  49. mysql-community-devel                x86_64              5.6.51-2.el7                  mysql56-community              3.4 M
  50.      replacing  mariadb-devel.x86_64 1:5.5.68-1.el7
  51. mysql-community-libs                 x86_64              5.6.51-2.el7                  mysql56-community              2.2 M
  52.      replacing  mariadb-libs.x86_64 1:5.5.68-1.el7
  53. mysql-community-server               x86_64              5.6.51-2.el7                  mysql56-community               67 M
  54. Installing for dependencies:
  55. mysql-community-common               x86_64              5.6.51-2.el7                  mysql56-community              287 k
  56. perl-Compress-Raw-Bzip2              x86_64              2.061-3.el7                   os                              32 k
  57. perl-Compress-Raw-Zlib               x86_64              1:2.061-4.el7                 os                              57 k
  58. perl-DBI                             x86_64              1.627-4.el7                   os                             802 k
  59. perl-IO-Compress                     noarch              2.061-2.el7                   os                             260 k
  60. perl-Net-Daemon                      noarch              0.48-5.el7                    os                              51 k
  61. perl-PlRPC                           noarch              0.2020-14.el7                 os                              36 k

  62. Transaction Summary
  63. =============================================================================================================================
  64. Install  4 Packages (+7 Dependent packages)

  65. Total download size: 94 M
  66. Downloading packages:
  67. warning: /var/cache/yum/x86_64/7/mysql56-community/packages/mysql-community-common-5.6.51-2.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
  68. Public key for mysql-community-common-5.6.51-2.el7.x86_64.rpm is not installed
  69. (1/11): mysql-community-common-5.6.51-2.el7.x86_64.rpm                                                | 287 kB  00:00:02     
  70. (2/11): mysql-community-devel-5.6.51-2.el7.x86_64.rpm                                                 | 3.4 MB  00:00:03     
  71. (3/11): mysql-community-libs-5.6.51-2.el7.x86_64.rpm                                                  | 2.2 MB  00:00:02     
  72. (4/11): perl-Compress-Raw-Zlib-2.061-4.el7.x86_64.rpm                                                 |  57 kB  00:00:00     
  73. (5/11): perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64.rpm                                                |  32 kB  00:00:00     
  74. (6/11): perl-IO-Compress-2.061-2.el7.noarch.rpm                                                       | 260 kB  00:00:00     
  75. (7/11): perl-DBI-1.627-4.el7.x86_64.rpm                                                               | 802 kB  00:00:00     
  76. (8/11): perl-Net-Daemon-0.48-5.el7.noarch.rpm                                                         |  51 kB  00:00:00     
  77. (9/11): perl-PlRPC-0.2020-14.el7.noarch.rpm                                                           |  36 kB  00:00:00     
  78. (10/11): mysql-community-server-5.6.51-2.el7.x86_64.rpm                                               |  67 MB  00:01:28     
  79. (11/11): mysql-community-client-5.6.51-2.el7.x86_64.rpm                                               |  21 MB  00:02:08     
  80. -----------------------------------------------------------------------------------------------------------------------------
  81. Total                                                                                        754 kB/s |  94 MB  00:02:08     
  82. Retrieving key from file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
  83. Importing GPG key 0x5072E1F5:
  84. Userid     : "MySQL Release Engineering <mysql-build@oss.oracle.com>"
  85. Fingerprint: a4a9 4068 76fc bd3c 4567 70c8 8c71 8d3b 5072 e1f5
  86. Package    : mysql-community-release-el7-5.noarch (installed)
  87. From       : file:/etc/pki/rpm-gpg/RPM-GPG-KEY-mysql
  88. Running transaction check
  89. Running transaction test
  90. Transaction test succeeded
  91. Running transaction
  92. Warning: RPMDB altered outside of yum.
  93.   Installing : mysql-community-common-5.6.51-2.el7.x86_64                                                               1/14
  94.   Installing : mysql-community-libs-5.6.51-2.el7.x86_64                                                                 2/14
  95.   Installing : mysql-community-client-5.6.51-2.el7.x86_64                                                               3/14
  96.   Installing : perl-Net-Daemon-0.48-5.el7.noarch                                                                        4/14
  97.   Installing : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64                                                              5/14
  98.   Installing : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64                                                               6/14
  99.   Installing : perl-IO-Compress-2.061-2.el7.noarch                                                                      7/14
  100.   Installing : perl-PlRPC-0.2020-14.el7.noarch                                                                          8/14
  101.   Installing : perl-DBI-1.627-4.el7.x86_64                                                                              9/14
  102.   Installing : mysql-community-server-5.6.51-2.el7.x86_64                                                              10/14
  103.   Installing : mysql-community-devel-5.6.51-2.el7.x86_64                                                               11/14
  104.   Erasing    : 1:mariadb-devel-5.5.68-1.el7.x86_64                                                                     12/14
  105.   Erasing    : 1:mariadb-5.5.68-1.el7.x86_64                                                                           13/14
  106.   Erasing    : 1:mariadb-libs-5.5.68-1.el7.x86_64                                                                      14/14
  107.   Verifying  : perl-Compress-Raw-Bzip2-2.061-3.el7.x86_64                                                               1/14
  108.   Verifying  : mysql-community-libs-5.6.51-2.el7.x86_64                                                                 2/14
  109.   Verifying  : mysql-community-server-5.6.51-2.el7.x86_64                                                               3/14
  110.   Verifying  : 1:perl-Compress-Raw-Zlib-2.061-4.el7.x86_64                                                              4/14
  111.   Verifying  : mysql-community-common-5.6.51-2.el7.x86_64                                                               5/14
  112.   Verifying  : perl-PlRPC-0.2020-14.el7.noarch                                                                          6/14
  113.   Verifying  : perl-Net-Daemon-0.48-5.el7.noarch                                                                        7/14
  114.   Verifying  : perl-DBI-1.627-4.el7.x86_64                                                                              8/14
  115.   Verifying  : perl-IO-Compress-2.061-2.el7.noarch                                                                      9/14
  116.   Verifying  : mysql-community-devel-5.6.51-2.el7.x86_64                                                               10/14
  117.   Verifying  : mysql-community-client-5.6.51-2.el7.x86_64                                                              11/14
  118.   Verifying  : 1:mariadb-devel-5.5.68-1.el7.x86_64                                                                     12/14
  119.   Verifying  : 1:mariadb-libs-5.5.68-1.el7.x86_64                                                                      13/14
  120.   Verifying  : 1:mariadb-5.5.68-1.el7.x86_64                                                                           14/14

  121. Installed:
  122.   mysql-community-client.x86_64 0:5.6.51-2.el7                  mysql-community-devel.x86_64 0:5.6.51-2.el7                  
  123.   mysql-community-libs.x86_64 0:5.6.51-2.el7                    mysql-community-server.x86_64 0:5.6.51-2.el7                 

  124. Dependency Installed:
  125.   mysql-community-common.x86_64 0:5.6.51-2.el7                  perl-Compress-Raw-Bzip2.x86_64 0:2.061-3.el7                 
  126.   perl-Compress-Raw-Zlib.x86_64 1:2.061-4.el7                   perl-DBI.x86_64 0:1.627-4.el7                                
  127.   perl-IO-Compress.noarch 0:2.061-2.el7                         perl-Net-Daemon.noarch 0:0.48-5.el7                          
  128.   perl-PlRPC.noarch 0:0.2020-14.el7                           

  129. Replaced:
  130.   mariadb.x86_64 1:5.5.68-1.el7        mariadb-devel.x86_64 1:5.5.68-1.el7        mariadb-libs.x86_64 1:5.5.68-1.el7      

  131. Complete!
复制代码


成功安装!

savage314000 发表于 2021-12-23 00:00:42 | 显示全部楼层
真是被感动的痛哭流涕……
回复

使用道具 举报

wnz40458 发表于 2021-12-23 01:54:44 | 显示全部楼层
看到这帖子真是高兴!
回复

使用道具 举报

rabbimeng 发表于 2021-12-24 14:24:29 | 显示全部楼层
强烈支持楼主ing……
回复

使用道具 举报

spiritshow 发表于 2021-12-24 22:14:07 | 显示全部楼层
淡定,淡定,淡定……
回复

使用道具 举报

sulee 发表于 2021-12-27 03:01:18 | 显示全部楼层
我只是路过打酱油的。
回复

使用道具 举报

jhc 发表于 2021-12-27 14:32:40 | 显示全部楼层
真是难得给力的帖子啊。
回复

使用道具 举报

happy5210 发表于 2021-12-27 14:50:18 | 显示全部楼层
感恩无私的分享与奉献
回复

使用道具 举报

275498507 发表于 2021-12-29 01:21:08 | 显示全部楼层
激动人心,无法言表!
回复

使用道具 举报

912666345 发表于 2021-12-29 21:45:00 | 显示全部楼层
楼主加油,我们都看好你哦。
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-18 14:46 , Processed in 0.107525 second(s), 54 queries .

Powered by Discuz! X3.5

Copyright © 2001-2025, Oddpp Cloud.

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