mysql.inc statement?
I'm installing a mailing list manager for a clienthttp://www.phplist.com
and am receiving this notice when I run the admin script.:
Warning: Access denied for user: 'usrphplist@localhost' (Using password: YES) in /home/sites/site29/web/lists/admin/mysql.inc on line 7
Warning: Supplied argument is not a valid MySQL-Link resource in /home/sites/site29/web/lists/admin/mysql.inc on line 8
Warning: Supplied argument is not a valid MySQL-Link resource in /home/sites/site29/web/lists/admin/mysql.inc on line 18 Cannot connect to Database, please check your configuration
the original script has this text in it.
# select the database module to use
$database_module = "mysql.inc";
# select the language module to use
# at the moment we have german, italian, italian2 (quite different, but I don't speak italian) danish, dutch
$language_module = "english.inc";
# if you want more trouble, make this 63 (very unlikely you'll like the result)
#$error_level = error_reporting(0);
any ideas? I've granted permission to the user for the database and they should be able to do everything with the mysql file, but appears not to like it.
New at the whole mysql thing...
Sean