ekoplanet Posted March 10, 2015 Share Posted March 10, 2015 Hello this is the whole error message, without the username an db_name. What does this error meassage mean? Thanks, Stefan Fatal error: Exception: SQLSTATE[HY000] [1044] Access denied for user 'xxxxxxxxxx'@'localhost' to database 'xxxxxxxxx' (in /Applications/XAMPP/xamppfiles/htdocs/_projekte15/PW_eko2015/wire/core/ProcessWire.php line 163) #0 /Applications/XAMPP/xamppfiles/htdocs/_projekte15/PW_eko2015/wire/core/ProcessWire.php(57): ProcessWire->load(Object(Config)) #1 /Applications/XAMPP/xamppfiles/htdocs/_projekte15/PW_eko2015/index.php(211): ProcessWire->__construct(Object(Config)) #2 {main} in /Applications/XAMPP/xamppfiles/htdocs/_projekte15/PW_eko2015/index.php on line 226 Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 10, 2015 Share Posted March 10, 2015 It's exactly whats written there: You've supplied credentials for your mysql database which don't let processwire authenticate. Therefore access to the database is denied. Check your username, password and databasename in site/config.php. If that doesn't help you can try using 127.0.0.1 instead of localhost. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now