Hi,
I'm trying to connect to a remote MySQL DB using software like MYSQL Control Center, etc.
When I enter the details that I would use to connect "locally", I can't connect.
The program gives me the followin error:
[CI] ERROR 1045: Access denied for user: 'USERNAME@XXX.XXX.XXX.XX' (Using password: YES)
Can anybody tell me what I should do...
I created the a user that has access to the DB, I set the "host" field to '%', which I thought meant that user can get in from "anywhere".
Thanks!