#1130 - Host '127.0.0.1' is not allowed to connect to this MySQL server
I recieve this when i try to connect via phpmyadmin or mysql admin... i installed wamp a long time ago on this machine, then removed it and just installed mysql, then figured out i needed php and apache again so i deleted all and reinstalled wamp. didnt use to get this error...
<Directory "C:/wamp/phpmyadmin"> Order deny,allow Deny from all Allow from 127.0.0.1 </Directory>
<Directory "C:/wamp/sqlitemanager"> Order deny,allow Deny from all Allow from 127.0.0.1 </Directory>
But it wont work, dont give me links to other forum msg's because ive already tried them all, this is something weird. its not phpmyadmin giving me a hard time, nor apache, its mysql and its allowances. if i could only open the admin tool for mysql i could sort allowing 127.0.0.1 ... but i cant because it wont even let me in! x_X
Found the solution: As specified in an older thread, like when root password is lost... you just uninstall and DELETE wamp directory... then reinstall. that worked alright.