... bits and pieces of everyday stuff
mysqldump -h source_host -u source_user -psource_password source_db | mysql -h target_host -u target_user -ptarget_password target_db
No comments:
Post a Comment