Problem getting mysql 4.1 to work

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dubs
Forum Commoner
Posts: 28
Joined: Tue Oct 12, 2004 4:55 pm

Problem getting mysql 4.1 to work

Post by dubs »

Hi

I've just installed the new version of mysql on a windows xp pro service pack 2. And none of my php scripts work anymore. There are failing to make a database connection

Warning: mysql_connect() [function.mysql-connect]: Client does not support
authentication protocol requested by server; consider upgrading MySQL client
in.

They were working before on the earlier version of my mysql......does anyone know of a fix.

Cheers


Richard
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

dubs
Forum Commoner
Posts: 28
Joined: Tue Oct 12, 2004 4:55 pm

Post by dubs »

I've read the article, do you know where i get the latest client libs from. I've installed the latest version of php with no joy.

Cheers


Richard
User avatar
bluenote
Forum Commoner
Posts: 93
Joined: Sat Mar 01, 2003 4:59 am
Location: Heidelberg, Germany

Post by bluenote »

How do you have compiled PHP?
dubs
Forum Commoner
Posts: 28
Joined: Tue Oct 12, 2004 4:55 pm

Post by dubs »

I used the installer, and put all the extensions in the extensions directory and edited the php ini file

cheers
Post Reply