mysql 1449 : The user specified as a definer ('root'@'%') does not exist 解決方法

權限問題,受權 給 root  全部sql 權限mysql

mysql> grant all privileges on *.* to root@"%" identified by ".";
Query OK, 0 rows affected (0.00 sec)


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

相關文章
相關標籤/搜索