mysql> grant all privileges on *.* to root@"%" identified by ".";
Query OK, 0 rows affected
mysql>
mysql> grant all privileges on *.* to root@"%" identified by ".";
Query OK, 0 rows affected
mysql>
转载于:https://www.cnblogs.com/chenxiaomeng/p/5813074.html