Mega-Help needed.
I've recently installed WAMP (the latest one). However, with my luck and MySQL stupidity, I've locked myself out of phpMyAdmin. I learned PHP a few weeks ago, well, am learning.
Here's what I've done:
1. I got a warning because the 'root' account had no password.
2. I tried to change the password, but it only locked me out, so I reinstalled (at that time I didn't have any valuable files on localhost)
3. I tried to secure 'root' by: making another account that's password protected, and then disabling all of root's privaleges, and making a max connection per hour limit 1.
What I did not know, was that [
localhost] logged in with 'root'. That's my mistake.
So, everytime I go to phpMyAdmin, it says 'limit exceeded! You have reached your max connections per hour. (Current value: 1)'
Basically, if I wait an hour, three hours, whatever, it'll lock me out when I go to it... because that counts as my 1 connection. Even if I could get back in, I wouldn't be able to fix it, as I've revoked all of 'root's privaleges (as said above).
Is there an easy fix for this? Do I have to completely reinstall WAMP? That would suck because I have some very important files on it... too many to make backups of/transfer to a temporary host.
Well, thanks for any help in advance.