Rumah > Artikel > Operasi dan penyelenggaraan > centos mysql安装配置
[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)
Atas ialah kandungan terperinci centos mysql安装配置. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!