linux8 使用SQLyog远程连接MySQL数据库
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux8 使用SQLyog远程连接MySQL数据库相关的知识,希望对你有一定的参考价值。
参考技术A mysql>use mysql;修改host为%
mysql>update user set host='%' where user='root';
退出mysql
mysql>quit;
重启mysql
systemctl restart mysqld
参考文章: https://blog.csdn.net/User287/article/details/84669456
以上是关于linux8 使用SQLyog远程连接MySQL数据库的主要内容,如果未能解决你的问题,请参考以下文章
使用sqlyog远程连接Linux系统的Mysql,提示错误码:1045