GoDaddy and MySQL access

If you are a developer and you do some sort of backend work there is a chance one of your clients might ask you to install an application in GoDaddy servers.

So if you are trying to connect to a dabase within your application what GoDaddy recommends is to use mysql.secureserver.net as your hostname. Maybe this could have worked while back but that information is not true for all servers.

If you are having problems all you have to do is login to your GoDaddy control panel and look what server has GoDaddy assigned for you, at least that is how it worked out for me.

← Back to home

10 thoughts on “GoDaddy and MySQL access

  1. I’ve just created a database using godaddy, but when i try to use their openmanager I get the error ‘Cannot log in to the MySQL server’ . I’ve triple checked my credentials and the secureserver.net bit is okay, . unless their is some wait time to be done, i’m bamboozled.

  2. I’m having the same problem!!! It’s so frustrating, especially considering that Godaddy support has no clue.

  3. I’m having the same problem!!! It’s so frustrating, especially considering that Godaddy support has no clue.

  4. This is the first hit for “GoDaddy cannot log in to the MySQL server” in Google, so here’s the answer:

    GoDaddy is using old password hashing, so passwords longer than 14 characters are truncated to the first 14 characters. Use the first 14 characters of the password you entered and it will log in successfully.

  5. The “first 14 characters of the password” thing didn’t work out for me. I’ve even set the password to 7 characters long (the minimum allowed) and it still ‘Cannot log in to the MySQL server’.

  6. I can not log-in either and am really frustrated. I changed my password several times and still can’t access MySQL database. Does anyone have any more information? Thanks!

  7. OMFG – what a fine pile of stuff! I was using a ‘secure’ 20 char password. Dropped the last 6 chars and was able to log in no problem.

    Thanks for the hit!

    Will

  8. Had the same problem, the solution was indeed to shorten the password to 14 chars max. Thanks!

  9. sos lo maximo helmut….esa es la solucion ….14 caracteres…..”es infinito” quoting master jorge luis borges

Comments are closed.