Pario TechnoBlob
About
Posts
Tag: mysqldump
Copying One mySQL database from one machine to another
mysqldump -h host.com -u root -p password sourceDB | mysql -h host2.com -u username -p password -C targetDB Interestingly, you don’t actually have be on the ‘source’ machine...
««
«
1
2
»
»»