读书人

MYSQL : quot;THE USER SPECIFIED AS A DE

发布时间: 2012-07-15 20:11:39 作者: rapoo

MYSQL : "THE USER SPECIFIED AS A DEFINER ('ROOT'@'%') DOES NOT EXIST"
If you've found following error while using mysql database:
The user specified as a definer ('root'@'%') does not exist
Then you can solve it by using following :
grant all on *.* to 'root'@'%' identified by 'password' with grant option;

读书人网 >Mysql

热点推荐