Database connection Problems

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
midnight_sun
Posts: 1
Joined: 18 May 2005, 12:37

Database connection Problems

Post by midnight_sun »

System Info = PHP 4.3.11, Mysql 4.1 , 2000 server, IIS

Error on index.php

SYSTEM WARNING: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client

Mantis


APPLICATION ERROR #400
Database connection failed. Error received from database was #1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client


Check.PHP also says connection - BAD
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

The authentication protocol changed in MySQL 4.1. You need to find a version of PHP compiled for that version of MySQL.
Post Reply