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
Thenyou can solve it by using following : grant all on *.* to 'root'@'%' identified by 'password' with grant option;
No comments:
Post a Comment