Centos7.9_or Huawei OpenEuler installation Mysql8.0.33 installation_Personal test successful---Linux work notes 061

[root@host-10-233-255-199 soft]# ll
总用量 1.1G
-rw-r--r-- 1 root root 137M  5月 10 15:20 jdk-8u271-linux-x64.tar.gz
-rw-r--r-- 1 root root 925M  7月  6 09:02 mysql-8.0.33-el7-x86_64.tar

Take a look at our installation package.

[root@host-10-233-255-199 soft]# rpm -qa|grep mariadb
/etc/host.conf:行 3:错误命令“nospoof on”
mariadb-connector-c-3.0.6-7.oe1.x86_64

Don't worry about the wrong command. Then let's take a look to see if there is a mariadb package. You can see that it has been installed.

[root@host-10-233-255-199 soft]# cd /etc/yum
[root@host-10-233-255-199 yum]# cd /etc/yum.repos.d/
[root@host-10-233-255-199 yum.repos.d]# export all_proxy=http://10.213.8.100:10000
[root@host-10-233-255-199 yum.repos.d]# yum makecache
/etc/host.conf:行 3:错误命令“nospoof on”
OS                                                                                       22 kB/s | 3.8 kB     00:00    
everything                                                                               36 kB/s | 3.8 kB     00:

Guess you like

Origin blog.csdn.net/lidew521/article/details/132229869