Volltextergebnisse:
- reset_password
- d don't forget to flush privileges: <code> > SET PASSWORD FOR 'debian-sys-maint'@'localhost' = PASSWORD('password_from_/etc/mysql/debian.cnf'); > FLUSH PRIVILEGES
- dump
- Dump erstellen: <code> mysqldump --opt -u root --password=XXXX qunit1 > /backup/qunit1.sql </code> Backup-

