启停,重启
systemctl "start/restart/stop" mysqld.service
service mysqld "start/restart/stop"
支持root用户允许远程连接mysql数据库
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges;
启停,重启
systemctl "start/restart/stop" mysqld.service
service mysqld "start/restart/stop"
支持root用户允许远程连接mysql数据库
grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option;
flush privileges;