I've made a test database, created user with pass for that database, gave the user all permissions, filled the config.php,
going to "http://...combu/admin/"
Could not connect to database: SQLSTATE[HY000] [1045] Access denied for user 'kordcom_datauser'@'localhost' (using password: YES)
please help 🙂
Either the user kordcom_datauser is wrong, or the password you've set in config.php is wrong (for example if your password contains a double quote then you must escape it like "This"Is"Valid" and not "This"Is"Valid", or also single-quote it like 'This"Is"Valid'), or the server is not localhost, or the database name in config.php is wrong, or the hostmask localhost is not defined for the user kordcom_datauser, or anything like that.
If you search that error on Google you'll see everything is related to the user/password/hostmask (or permissions), basically MySql doesn't find a mach for 'kordcom_datauser'@'localhost' with the password you're passing to access the database you've set in config.php.
We could schedule a text chat on Skype and see together on your phpMyAdmin or whatever application are you using to setup MySql, in case just drop me your Skype ID in a PM.
FRANCESCO CROCETTI @ SKARED CREATIONS
Thank you for the fast reply!
In the end it was my hosting provider problem.. I did logged in and everything works fine now, thank you!