当前位置:Gxlcms > 数据库问题 > 实现sqlyog的连接!!

实现sqlyog的连接!!

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

实现sqlyog的连接:

查找:rpm -qa | grep -i mysql

启动:systemctl start mysql

方法一:

修改mysql 权限: grant all privileges on . to root@‘%‘ identified by ‘ok‘;

刷新:flush privileges;

方法二:

关闭关闭防火墙:systemctl stop firewalld

? systemctl disable firewalld

完成后重新启动:reboot

这样就OK了!

 

实现sqlyog的连接!!

标签:grep   emctl   mysq   防火   rpm   关闭防火墙   sys   boot   ide   

人气教程排行