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; 注意 分配好權限後刷新權限
相關文章
相關標籤/搜索