Uncaught exception with 'DB connection error' on line 18

MySQL – Passwort unter phpMyAdmin ändern

Eine einfache Sache, – SQL-Befehl unter phpMyAdmin ausführen:

SET PASSWORD FOR 'username'@'hostname' = PASSWORD('new-password');

Das war’s.