MySQL®

Guys, the database is set up correctly but I keep getting this message.
“Access denied for user ‘scandia_kelly’@‘localhost’ to database ‘scandia_analytics’”

Any ideas

Tony

Check that your login and password is correct in config/config.ini.php

That is a common error, when the user that is set in the config.php is either READ-ONLY or has insufficient privileges to CREATE, UPDATE, DELETE, INSERT records and tables.

Make sure that user: scandia_analytics has full permissions on that db.

Hope that helps! :wink:

Sven2157