服務器系統:REDHAT7.3 已卸載MARIB那個資料庫
在MYSQL官網只能找到RPM方式安裝的檔案
選擇如下:
Select Version:
5.7.22
Select Operating System:
REDHAT /ORACLE LINUX
Select OS Version:
x86 64-bit
下載
RPM Bundle 570.3M
按照教程安裝,先解壓---安裝
[root@xxxxxxxxxxxxxx]# rpm -ivh mysql-community-common-5.7.22-1.el7.x86_64.rpm
warning: mysql-community-common-5.7.22-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
Preparing... ################################# [100%]
package mysql-community-common-5.7.22-1.el7.x86_64 is intended for a different architecture
[root@xxxxxxxxxxxx]# rpm -ivh mysql-community-libs-5.7.22-1.el7.x86_64.rpm
warning: mysql-community-libs-5.7.22-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 5072e1f5: NOKEY
error: Failed dependencies:
Glibc.so.6(LIBC_2.14)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
libc.so.6(GLIBC_2.3.4)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
libc.so.6(GLIBC_2.4)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
libdl.so.2(GLIBC_2.2.5)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
libm.so.6(GLIBC_2.2.5)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by mysql-community-libs-5.7.22-1.el7.x86_64
mysql-community-common(x86-64) >= 5.7.9 is needed by mysql-community-libs-5.7.22-1.el7.x86_64
服務器不能聯網,不知道怎么辦了。曾嘗試全部--NODEPS --FORCE強制安裝
結果肯定是安裝不成功。 之后FIND所有MYSQL目錄 全部洗掉了
查看自己的GLIBC
[root@xxxxxxxxxxxx]# rpm -qa|grep glibc
glibc-2.17-157.el7.ppc64le
glibc-devel-2.17-157.el7.ppc64le
glibc-common-2.17-157.el7.ppc64le
glibc-headers-2.17-157.el7.ppc64le
是這個版本的
之后用Compressed TAR Archive 原始碼方式安裝
(mysql-5.7.22-el7-x86_64.tar.gz) 下載的這個
前邊解壓縮之類的各種順利,但最后
/usr/local/mysql/bin/mysqld --initialize --user=mysql --basedir=/usr/local/mysql --datadir=/usr/local/mysql/data --lc_messages_dir=/usr/local/mysql/share --lc_messages=en_US
提示大概mysqld沒有執行權限之類的錯誤。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/88006.html
標籤:MySQL
下一篇:通用型欄位圖片顯示問題
