View: Backup et restauration MySQL

  1. 11 months ago by spirit and saved by 1 other
    Backup :
    mysqldump -u root -pSuperMotDePasse --all-databases > backup.sql
    
    Restauration :
    mysql -u root -pSuperMotDePasse < backup.sql

0 comment about "Backup et restauration MySQL"