I got MySQl Server 4.1 database files in MyISAM database type, eg.
employee.MYI
employee.MYD
employee.frm
These files in my PC without MYSQL Server installed. Is it possible to export the data to a file or even to a MySQL Server host on another machine. This is the first step.
Actually, I want to synchronize these files with another MySQL Serevr database.