Führen Sie einfach diese Abfrage von der MySQL-Konsole aus:
UPDATE mysql.user SET user='newusername',
password=PASSWORD('newpassword') WHERE user='root';
FLUSH PRIVILEGES;
Führen Sie einfach diese Abfrage von der MySQL-Konsole aus:
UPDATE mysql.user SET user='newusername',
password=PASSWORD('newpassword') WHERE user='root';
FLUSH PRIVILEGES;