Benutzer-Werkzeuge

Webseiten-Werkzeuge


linux:debian:kein_root-passwort_bei_mariadb-installation_abgefragt

Kein root-Passwort bei MariaDB-Installation abgefragt

sudo mysql -u root

Dann in der mysql-Shell:

use mysql;
update user set plugin='' where User='root';
flush privileges;
\q

Danach noch:

sudo mysql_secure_installation

Siehe auch

linux/debian/kein_root-passwort_bei_mariadb-installation_abgefragt.txt · Zuletzt geändert: von move

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki