Hi,
I am trying to connect PHP 4.3.11, to MySQL 4.1 using the mysql_connect function. When I run this function (that i've used in the past on other systems without problem) I get an error saying something along the lines of "failed to connect, consider upgrading to the MySQL client version"
Does anyone know what i am doing wrong?
i basically have $conn = mysql_connect(details here);
and this fails
TIA
Tony
I am trying to connect PHP 4.3.11, to MySQL 4.1 using the mysql_connect function. When I run this function (that i've used in the past on other systems without problem) I get an error saying something along the lines of "failed to connect, consider upgrading to the MySQL client version"
Does anyone know what i am doing wrong?
i basically have $conn = mysql_connect(details here);
and this fails
TIA
Tony