I'm a new user of PhpLib. I've tryed to connect to a database, this error message has appeared:
Warning: Access denied for user: 'test@localhost' (Using password: YES) in /var/www/php/db_mysql.inc on line 73
Database error: pconnect(localhost, test, $Password) failed.
MySQL Error: ()
Session halted.
Can anybody help me ?
Thanks a lot.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-04-05
Certainly you didn't set variables in your local.inc configuration file : See "DB_Example" class extension of this file to do it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm a new user of PhpLib. I've tryed to connect to a database, this error message has appeared:
Warning: Access denied for user: 'test@localhost' (Using password: YES) in /var/www/php/db_mysql.inc on line 73
Database error: pconnect(localhost, test, $Password) failed.
MySQL Error: ()
Session halted.
Can anybody help me ?
Thanks a lot.
Certainly you didn't set variables in your local.inc configuration file : See "DB_Example" class extension of this file to do it.