首页 > 数据库技术 > 详细

centos mysql安装配置

时间:2017-07-08 20:05:47      阅读:327      评论:0      收藏:0      [点我收藏+]

 

[root@localhost ~]#  yum install -y mysql-server mysql mysql-devel

[root@localhost ~]# service mysqld start

 

mysql> grant all privileges on *.* to ‘root‘@‘192.168.0.100‘ identified by ‘password‘ with grant option;
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

 

centos mysql安装配置

原文:http://www.cnblogs.com/dreamriver/p/7137764.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!