I don't know if this is a PHP problem or a MySQL problem - hopefully,
someone here can give me a clue.
I am getting the subject error when I try to connect to MySQL from a
PHP page.
$conn = mysql_connect( $domain, $user, $password );
I'm using PHP 5.0.1 and MySQL Server: 4.1.9; Client: 5.0.0
Running on Windows XP (IIS, of course)
According to the MySQL Reference Manual, this problem occurs only when
using client programs older than 4.1.1. I'm not sure what they mean by
"client programs". Is PHP the "client" in my situation?
Help?
someone here can give me a clue.
I am getting the subject error when I try to connect to MySQL from a
PHP page.
$conn = mysql_connect( $domain, $user, $password );
I'm using PHP 5.0.1 and MySQL Server: 4.1.9; Client: 5.0.0
Running on Windows XP (IIS, of course)
According to the MySQL Reference Manual, this problem occurs only when
using client programs older than 4.1.1. I'm not sure what they mean by
"client programs". Is PHP the "client" in my situation?
Help?
Comment