Monday, June 16, 2014

The user specified as a definer ('root'@'localhost') does not exist - MySQL error

grant all on *.* to 'root'@'%' identified by 'password' with grant option;

No comments:

Post a Comment