Koozali.org: home of the SME Server

problem with mysql

gomafey

problem with mysql
« on: May 06, 2001, 11:54:28 PM »
i try to connect to mysqldb with php.
i use a text files that contains my (host,login and passwords)
$host = "localhost";
$login = "root";
$password =" ";
php send me back this error message :

Warning: MySQL Connection Failed: Access denied for user: 'root@localhost' (Using password: YES) in /home/e-smith/files/primary/html/photos/photos2.php3 on line 13