====== Copying a mysql database using a network transfer ====== You can copy a [[http://www.mysql.com|mysql]] database to another server using the following command: mysqldump –opt –database mydatabase | mysql -h database.otherdomain.com This will make a copy of mydatabase on the server named database.otherdomain.com For more information or tech support on MySQL call us at 410-838-5100 or email us at [[experts@expertsinunix.com]] [[http://www.skype.com|Skype:]] solution1000 {{keywords>mysql database copying network transfer mysqldump opt server tech support}}