Code: Select all
# kill 1345
# mysqld --skip-grant-tables
Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!
060730 18:02:50 Aborting
060730 18:02:50 mysqld: Shutdown Complete
#
Code: Select all
mysql> USE mysql;
mysql> UPDATE user SET Password=PASSWORD("neues_Passwort")
-> WHERE USer="root";
mysql läuft mittlerweile wieder normal. Kann mir jemand noch eine andere Methode zur Wiederherstellung des root-PW nennen?
Was noch wichtig ist: Ich habe die normale LAMP-Konstellation auf meinem Server, ABER mit Confixx vorinstalliert. Ein Angebot von Alturo.de
Viele Grüße
Jonas