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...
-
See help instructions here: http://www.linuxquestions.org/questions/linux-networking-3/vsftpd-chroot-problem-387883/ I think you are looki...
-
I just found a problem about Mysql, and i found out solution. If you've found following error while using mysql database: The u...
-
I'm trying to install windows server 2003 as Server for File Sharing in my local network. This is my first time use it. Hope it run smoo...
No comments:
Post a Comment