HowTo Enable remote connection: host not allowed to connect mySql server

If you happened to face the error mentioned above, it’s most probable that mySql connection is not configured to allow remote connection. If that is the case, or if you have not done the steps below, you could try out if below commands would resolve the issue by going to mysql command prompt:

$ mysql -u root -p
Enter password:

mysql> use mysql

mysql> GRANT ALL ON *.* to root@’192.168.1.4′ IDENTIFIED BY ‘your-root-password’;

mysql> FLUSH PRIVILEGES;

Try to connect back to the mySql server from the client.

Written by admin on October 14th, 2011 with no comments.
Read more articles on Entertainment.

Famous Amos mini lorry

amos bag
This is another post which has long delayed. I got a gift from a friend in a hand carry bag which advertise “Famous Amos”. So as everyone would have expected it, it’s the famous chocolate cookies which have strong scents in those malls that has “Amos” cart.
amos in a bag
This bag contains a mini lorry(looking at the size which is larger than a car) and inside the lorry, there is a pack of cookies (quite small sized). It’s the same cookies which you could get it from the “Amos” stall in a custom weight.
amos cookie in lorryamos cookiefamous amos lorry backfamous amos lorry corner frontfamous amos lorry cornerfamous amos lorry sidefamous amos top

Written by admin on October 13th, 2011 with no comments.
Read more articles on Food.

« Older articles

Newer articles »