centos7安装mysql5.7(卸载mariadb)

参考https://blog.csdn.net/lihaiyong92/article/details/81330046

MySQL在centOS7下的下载安装配置    测试ok

https://blog.csdn.net/lx_Frolf/article/details/85339622

MySQL下载与安装(windows)  测试ok

https://blog.csdn.net/weixin_42869365/article/details/83472466

 

yum -y remove mariadb*  

yum list installed | grep  mariadb
 

wget -P /home/lisonglin http://dev.mysql.com/get/mysql57-community-release-el7-11.noarch.rpm

rpm -ivh mysql57-community-release-el7-11.noarch.rpm

检查mysql的YUM源是否安装成功:yum repolist enabled | grep "mysql.*-community.*" 

yum repolist all | grep mysql

可以通过类似下面的语句来启动或禁用某些版本

yum -y install yum-utils 

yum-config-manager --enable mysql57-community

yum-config-manager --disable mysql56-community

yum repolist enabled | grep mysql

yum install mysql-community-server -y

systemctl start mysqld

mysql -uroot -p  默认密码123456

修改密码

]# ./mysqladmin -u root -p password
Enter password: 
New password: 
Confirm new password: 
Warning: Since password will be sent to server in plain text, use ssl connection to ensure password safety.
[root@localhost bin]# 
[root@localhost bin]# 
[root@localhost bin]# 
[root@localhost bin]# 
[root@localhost bin]# 
[root@localhost bin]# mysql -uroot -p
Enter password: 

 

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值