/etc/init.d/mysql stop
/usr/sbin/mysqld --skip-grant-tables
mysql -u root
UPDATE mysql.user SET Password=PASSWORD('GEHEIMES_PASSWORT') WHERE User='root';
FLUSH PRIVILEGES;
quit
 
tipps/mysql_root_passwort_zurueck_setzen.txt · Zuletzt geändert: 2008/09/25 01:07 von guido
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Debian Driven by DokuWiki