XAMP cd xampp\mysql\bin Export mysqldump -u root -p --all-databases --skip-lock-tables > all_db.sql Import mysql -u root -p < alldb.sql