Zitat Zitat von cesar Beitrag anzeigen

Für Debian eher das in der Konsole:

wisomotion ~# mysql -u root mysql
wisomotion ~# mysql> UPDATE user SET Password=PASSWORD(‘neues_passwort’) WHERE user=’root’;
wisomotion ~# mysql> FLUSH PRIVILEGES;
wisomotion ~# mysql -u root -p