fastix®: MySql Root gelöscht

Beitrag lesen

Moin!

Gibt es nicht eine einfacherer Möglichkeit, dass ich alles resetten kann, also komplett deinstallieren?

Was ist an:

MySQL-Server stoppen, CMD-Fenster aufrufen

c:> c:\programme\xamp\mysql\bin\mysqld --skip-grant-tables eintippen (oder wo auch immer sich das Programm befindet)
c:> c:\programme\xamp\mysql\bin\mysql

mysql> CREATE USER 'root'@'localhost' IDENTIFIED BY 'DEIN PASSWORT';  
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION;  
mysql> quit

... normales Neustarten des Dämons

aufwändiger als eine Neuinstallation?

MFFG (Mit freundlich- friedfertigem Grinsen)

fastix