1、连接centos6.5系统,登陆后输入yum list mysql-server

3、安装完成后就会出现下图

5、在输入msql出现下图说明您已经启动成功了

7、设置mysql开机启动chkconfig mysqld on


10、然后我们在重新进入mysql

11、开启远程连接grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;我们就可以用mysql的连接工具远程连接了
时间:2024-10-26 21:15:12
1、连接centos6.5系统,登陆后输入yum list mysql-server
3、安装完成后就会出现下图
5、在输入msql出现下图说明您已经启动成功了
7、设置mysql开机启动chkconfig mysqld on
10、然后我们在重新进入mysql
11、开启远程连接grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;我们就可以用mysql的连接工具远程连接了