Jump to content

[SOLVED] How Do You Get More Info on MySQL Server Connection Error?


webref.eu

Recommended Posts

Hi All

 

I am trying to connect to my MySQL database from a remote host.  I have the standard PHP database connection code.  I have added the remote IP address as an allowed one in cPanel.  At the moment the remote host can't connect to the server. 

 

Is there a way to get more detailed info about the type of server connection error?  I am thinking if I alter the PHP code I might be able to display a more detailed connection error message.

 

Thanks

Link to comment
Share on other sites

Thanks guys, I used mysql_error() and it turns out its a versioning problem.  The MySQL server is v5 and the remote host I want to connect to it is v4.  This means the password can't be recognised.  The error I get is: 

 

Client does not support authentication protocol

 

So it wasn't an IP access issue like I thought initially. 

 

Thanks for your help. 

 

Rgds

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.