mysql想要别人远程能连接

Posted 赵雪如

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql想要别人远程能连接相关的知识,希望对你有一定的参考价值。

mysql -u root -pvmware
mysql>use mysql;
mysql>update user set host = ‘%‘ where user = ‘root‘;
mysql>flush privileges;
mysql>select host, user from user;





以上是关于mysql想要别人远程能连接的主要内容,如果未能解决你的问题,请参考以下文章