时间:2021-07-01 10:21:17 帮助过:31人阅读
2、点击导航栏 "下载"
3、下拉 点击 "社区版"
4、找YUM库
5、下载yumrpm文件
6、卸载系统自带的mariadb
7、安装.rpm
[root@test tools]# rpm -ivh mysql80-community-release-el7-3.noarch.rpm
8、yum安装
[root@test tools]# yum install mysql-server -y
9、初始化MySQL
[root@test tools]# mysqld --initialize
10、给执行权限
[root@test tools]# chown -R mysql:mysql /var/lib/mysql
11、修改配置文件为无密码登录
[root@test tools]# vi /etc/my.cnf
底部加入: skip-grant-tables
12、启动MySQL 并登录
MySQL官网下载安装yum/rpm步骤
标签:etc mys mysqld 浏览器 arc 启动mysql mysql8 adb mmu