【服务器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
网友评论