Hello again, Ivo - sorry to be a pain, but ...
Warning: Access denied for user: 'achievo dot
in /var/www/html/achievo/atk/db/class.atkmysqldb.inc on line 49
This message is from mysql telling Achievo that it's password (set in
$config_databasepassword in config.inc.php) is wrong.
- that the password (or the username or the database) is incorrect.
- the user is not granted access in mysql
- you did grant access and the passwords are all correct, but you forgot
to restart mysql after you added the user.
The passwd in config.inc.php is set as follows
$config_databasehost = "localhost";
$config_databasename = "achievo";
$config_databaseuser = "achievo";
$config_databasepassword = "p0r0man0";
The password matches my database and I can connect to it from my unix
command prompt with 'mysql -u achievo -p'
password: p0r0man0
Connects fine. Then I can 'use achievo' and issue sql's with no problem. I
can't see that I've got ANY mysql problems and no errors are reported when I
try to use achievo. The 'administrator' account does the same, giving me 3
chances to log-in and then simply 'login failed'. I've set the perms on
www/html/achievo to be owned by achievo:achievo and that also makes no
difference.
What AM I missing, Ivo?!