当前位置:Gxlcms > mysql > centos启用mysql_MySQL

centos启用mysql_MySQL

时间:2021-07-01 10:21:17 帮助过:17人阅读

CentOS

bitsCN.com

我的centos在安装时就把mysqld装上了,启用到方法很简单:

在service中打开mysqld

在终端中设置root密码:

[html]
$ mysqladmin -u root -p password ******


如果没有安装mysql,则安装:

[html]
$ yum install mysql mysql-server
$ /etc/init.d/mysqld start



摘自bhq在CSDN的窝

bitsCN.com

人气教程排行