码迷,mamicode.com
首页 > 数据库 > 详细

centos mysql安装配置

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

标签:nbsp   ges   安装   dev   配置   service   centos   mysqld   with   

 

[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安装配置

标签:nbsp   ges   安装   dev   配置   service   centos   mysqld   with   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!