/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