During installation I cannot proceed, cause the access to the MYSQL-Database is denied.
Message: Fehler!
PDO::MySQL berichtet: SQLSTATE[HY000] [1045] Access denied for user 'account100'@'localhost' (using password: YES)
With MySQLi it is the same: Fehler!
MySQLi berichtet: Access denied for user 'account100'@'localhost' (using password: YES)
What can I do?
Thanks in advance.