RE: Database Transfer

2001-10-29 Thread Butch Bean
Make sure you have MySql running on the second machine! mysqldump -h sourcehost -v -uroot --opt --compress sourcedb | mysql -h targethost -uroot -C -w sourcedbCopy More examples in the manual... http://www.mysql.com/documentation/mysql/full/manual_toc.html#Upgrading-to-a rch http://www.mysql.com

RE: database transfer

2001-06-20 Thread Chris Bolt
With MySQL 3.23's MyISAM tables, yes, since they are platform independent. > Hi, > > Do someone maybe know, if it is possible to transfer a > mysql database? > Is it enough, that I copy the > /mysql/data/$databasename to another computer to have > there the same database with the same tables an