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
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