Jump to content

[SOLVED] PHP 5.2.5, Mysql 5.0, IIS6 - Just cannot get this to work


Cep

Recommended Posts

Hello,

 

I used to have on my Win2k3 box, PHP 4.1 and a Mysql 4.1 database server. I decided as I am moving to PHP5 to upgrade Mysql as well.

 

I have removed the previous versions and decided to start from scratch.

 

I have done the following,

 

Installed PHP 5.2.5 and enabled all the extensions, Installed MySQL 5.0 and set a new username and password, I have tested PHP is working using phpinfo() and can see that my php is working and that all the extensions are present.

 

The problem is that when I run a script that uses any mysql functions IIS will continue to return a blank page, in the logs it returns and internal server 500 error (as useful as that is) and nothing else happens.

 

I have checked PHP.ini and e_all is set for my error reporting.

 

The next thing I do is remove my mysql functions from the script and do a simple echo test and I then get a response. When I uncomment the mysql lines, I again get a blank page.

 

I have tried to test this from another server and I now get error messages/notices appear as an output giving me the following,

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

 

However I do not understand this because surely if this is a new MySQL installation it should be using the new 41bit hash and this error normally occurs when using an old password?

 

Can anyone help?

Link to comment
Share on other sites

  • 3 weeks later...
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.