Export mysqldump --column-statistics=0 -h hostname -u root -p dbname > backup.sql Import mysql -h hostname -u root -p dbname < backup.sql