mysql修改權限容許遠程登陸

mysql> use mysql; Database changed mysql> grant all privileges on *.* to root@'%' identified by "password"; Query OK, 0 rows affected (0.00 sec) mysql> flush privileges; 查看是否綁定了域名 #c查看my.cnf或者my.ini
相關文章
相關標籤/搜索