Tim,
[returned the conversation to the list, so that others may benefit]
> Right now in the config.inc.php file i have it set as:
>
> ### MySQL data
> $mysql_host = "localhost"; // localhost name
> (usually:localhost)
> $mysql_user = "mine"; // MySQL username
> $mysql_pass = "mine2"; // MySQL pass
Tim,
Normally PHP/MySQL doesn't run as "mine", even if that is your Windows login
name - but it is possible...
Use command line.
Log on as root.
Check localhost privileges for user "mine".
(good coverage in the manual)
Regards,
=dn
> I have been trying to get mysql db to run but keep
> getting acc
I have been trying to get mysql db to run but keep
getting access denied.
The error is: Warning: Access denied for user:
'mine@localhost' (Using password: YES) in
/home/gulf/public_html/SiTeS_1/pUbS9_A/test/config.inc.php
on line 106
Warning: MySQL Connection Failed: Access denied for
user: 'mine