美文网首页
【服务器Mysql远程开放链接】

【服务器Mysql远程开放链接】

作者: 吕吕吕丶 | 来源:发表于2020-12-07 14:16 被阅读0次
mysql> use mysql
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> update user set host='%' where user='root' and host='localhost';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

相关文章

网友评论

      本文标题:【服务器Mysql远程开放链接】

      本文链接:https://www.haomeiwen.com/subject/nlxtgktx.html