centOS装mysql

前端之家收集整理的这篇文章主要介绍了centOS装mysql前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
yum install -y MysqL-server MysqL MysqL-deve
service
MysqLd start
chkconfig MysqLd on
MysqLadmin -u root password ''


然后就能用 MysqL -u root登录了。

接下来要创号给远程用!

GRANT ALL ON *.* TO'myuser'@'%'IDENTIFIED BY 'mypassword';
flush privileges; 
原文链接:https://www.f2er.com/centos/381341.html

猜你在找的CentOS相关文章