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.. :)
Saturday, March 31, 2012
Saturday, March 24, 2012
Hello World !
Hello..
Wellcome to my blog tutorials, i'll write some tutorial for us, especially for me excaly. I'd write something that i find out from the internet too, and it was helped me before, just to reshare and as note for me.
Enjoy..
Wellcome to my blog tutorials, i'll write some tutorial for us, especially for me excaly. I'd write something that i find out from the internet too, and it was helped me before, just to reshare and as note for me.
Enjoy..
Subscribe to:
Posts (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...