Quote: from TheMatrix at 5:24 pm on Mar. 10, 2012
You have to enable user access from that IP. In phpMyAdmin(if your host gives you that), go to the user permissions page and enable connections from all IPs. That should do the trick.
As a DBA, I would NOT advise what TheMatrix said to do. There's a reason databases are locked down from the get-go. I'd allow explicit access from your web server as most likely that has a static IP.
BTW, you created multiple threads about this...so I responded in your other thread with some other info as well.