Helpful Information
 
 
Category: Databases
SOS - HELP ME - SOS

In my bachelor project i have to migrate a database from Mysql on Win98 to Mysql on Linux Suse 6.2. How could i must do this? i have tried everything you think !!

Hi,

The easiest way is to do a dump of the database to the linux server, like:

mysqldump [OPTIONS] databasename [tables]

Take a look at the manual at www.mysql.com (http://www.mysql.com) for a complete review of the options.

Succes, Peter










privacy (GDPR)