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.. :)
Subscribe to:
Post Comments (Atom)
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...
-
XAMPP adalah paket aplikasi yang sudah disatukan dari beberapa aplikasi, seperti apache, mysql, php, phpmyadmin dan bebera...
-
See help instructions here: http://www.linuxquestions.org/questions/linux-networking-3/vsftpd-chroot-problem-387883/ I think you are looki...
-
I want to install Webmin this morning. So, i can manage the server easily (i don't know, its easy or something that i have to learn more...
No comments:
Post a Comment