MySQL "Host" permissions

Posted by Wayne M on Server Fault See other posts from Server Fault or by Wayne M
Published on 2010-01-22T16:53:20Z Indexed on 2010/03/27 6:03 UTC
Read the original article Hit count: 243

Filed under:

Exactly what is the best way to configure this? I have a user account for a web app specified, but I also want to connect to the database via a GUI. The host is specified as % but the GUI tool repeatedly says access denied although I am using the proper password. If I change this to localhost then I can connect via the command line, but not via the GUI. If I add two entries, then I can connect via the command line and not the GUI. Leaving only the % doesn't let me connect via the command line OR the GUI. I want to be able to connect both on the actual server (via the web app itself) AND via the GUI tool.

© Server Fault or respective owner

Related posts about mysql