Kategorien
Allgemein

MySQL: How to copy all tables from one database to another

mysqldump --user=USER --password=PASSWORD DATABASE | mysql --user=USER --password=PASSWORD DATABASE