The user specified as a definer ('root'@'%') does not exist解决办法

来源:互联网 发布:数据库设计的一般步骤 编辑:程序博客网 时间:2024/05/22 07:45

解决方法:

1. 进入cmd:mysql -uroot -p2. mysql>grant all privileges on *.* to root@"%" identified by ".";   Query OK, 0 rows affected (0.00 sec)3. mysql> flush privileges;   Query OK, 0 rows affected (0.00 sec)
阅读全文
0 0
原创粉丝点击