Jump to content

[SOLVED] Mysql broken thingy


firecat318

Recommended Posts

When I try to load my connection.php file, I get this dumb error.

 

Client does not support authentication protocol requested by server; consider upgrading MySQL client

 

And here is my connection.php file

 

<?php

mysql_connect("p41mysql77.secureserver.net", "t****ng", "mypass") or die(mysql_error());
echo "Connected to mysql!";

?>

 

I've been reading around, and I keep reading that this only happens in versions 5.0 and above.  So I downgraded to 4.1 and this still happens!  I really need this database to start working soon too.

 

NOTE:  Don't tell me to use localhost either, that host is specified from my host.

 

 

Link to comment
Share on other sites

You need to tell us specifically what it is that you are changing between version 4.1 and 5.0 and are you sure what you are changing is actually occurring.

 

Also what is the php version and the mysql Client API version that php is using on your system.

Link to comment
Share on other sites

I've downgraded from 5.0 because this same problem was happening.  I downgraded, and now its still happening.  This database isn't on my computer at home, but its hosted by Godaddy.  I've tried a lot of solutions to this problem, but none of them seem to help. 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.