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.. :)

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..

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...