technikantwort
Antwort und Rat zur Technikfrage:
gefragt von anonym (26.03.2010 | 11:01)

Wie kann man das MySQL root password zurücksetzen?

beantwortet
SMS
2
Kommentare
Share on Twitter Share on Facebook

Antwort wurde versendet:

Der/die Fragesteller(in) wurde informiert, dass nach 90 Minuten noch keine Antwort vorlag und es wurde auf den Detaillink zum späteren Nachlesen der Ergänzungen verwiesen.

beantwortet von hiogi (26.03.2010 | 12:44) und bestätigt von hiogi (26.03.2010 | 12:44)

2 Kommentare

  1. 1. HannesB schrieb am (26.03.2010 | 11:24):

    Unter Windows geht es damit: Start > Programme > MySQL > MySQL Server 5.1 (oder ähnlich) > MySQL Server Instance Config Wizard.


  2. 2. HannesB schrieb am (26.03.2010 | 11:29):

    You can recover MySQL database server password with following five easy steps.

    Step # 1: Stop the MySQL server process.

    Step # 2: Start the MySQL (mysqld) server/daemon process with the --skip-grant-tables option so that it will not prompt for password.

    Step # 3: Connect to mysql server as the root user.

    Step # 4: Setup new mysql root account password.

    Step # 5: Exit and restart the MySQL server.

    [ http://www.cyberciti.biz/tips/recover-mysql-root-password.ht ml ]


Kommentar schreiben:
Tags: , , , ,
Antwort suchen
Weitere Themen-Seiten