mysql root password wechseln Posted on 5. Oktober 2014 by ralph Mysql 5.7.17: mysql -u root mysql -p flush privileges; ALTER USER ‚root’@’localhost‘ IDENTIFIED BY ‚NEW-ROOT-PASSWORD‘; ‚flush privileges; Links https://www.howtoforge.com/setting-changing-resetting-mysql-root-passwords https://dev.mysql.com/doc/refman/5.7/en/resetting-permissions.html