[Only registered and activated users can see links. Click Here To Register...]
Bitte um hilfe wie kann ich das passwort Ändern ...
Bitte um hilfe wie kann ich das passwort Ändern ...
1.
/usr/local/etc/rc.d/mysql-server stop
2.
mysqld_safe --skip-grant-tables
[> Putty nochmal öffnen <]
3.
mysql --user=root mysql
4.
UPDATE user SET Password=PASSWORD('hier-neues-passwort-eintragen') WHERE user='root';
FLUSH privileges;
exit;
5.
/usr/local/etc/rc.d/mysql-server restart