0 Set a root password for mysql and phpmyadmin Tipps Falls während der Installation von MySQL kein Root Passwort vergeben wurde (warum auch immer) kann dieses nachträglich über die Konsole hinzugefügt werden: mysql -h your_host -u root SET PASSWORD FOR root@localhost = PASSWORD('neuespw');
Sorry, the comment form is closed at this time.