Topic: Help with this error message?

I get the following error message when trying to run the install script. Some of the fields in the wizard are pre-filled in, and I am not sure where they are pulling the information. Anyone?

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'xyz'@'localhost' (using password: YES) in /home/myaccount/public_html/accounting/install/save.php on line 348

Warning: Cannot modify header information - headers already sent by (output started at /home/myaccount/public_html/accounting/install/save.php:348) in /home/myaccount/public_html/accounting/install/save.php on line 86

Re: Help with this error message?

It looks like you don't have a valid account setup on MySQL for your database.
Make a valid account in MySQL for your Frontaccounting database, then make sure the user id and password appear correctly in the file config_db.php.

The second error message is a consequence of the first.