Backup : mysqldump -u root -pSuperMotDePasse --all-databases > backup.sql Restauration : mysql -u root -pSuperMotDePasse < backup.sql