Saturday, March 31, 2012

MySQL : "The user specified as a definer ('root'@'%') does not exist"

I just found a problem about Mysql, and i found out solution.

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;


i found it here... [link]


Thanks to creator.. :)

No comments:

Post a Comment

Langkah-langkah instalasi XAMPP 1.8.3 pada Windows

 XAMPP adalah paket aplikasi yang sudah disatukan dari beberapa aplikasi, seperti apache, mysql, php, phpmyadmin dan bebera...