On Tue, 2002-04-09 at 10:28, Fabrizio Tivano wrote: > On Friday 08 February 2002 23:53, Erol wrote:
> > I have a mysql server on FreeBsd OS and I want to > > transfer all the database to Debian Linux. > > > > Is it possible and How can I do that ? > for me the best way to do that is: > go in the mysql dbase directory (ex. /var/lib/mysq/your_dbase) > and brutally copy recursively, your_dbase dir that contains all your .MYD, > .MYI and .frm files, in your newdbasesystem. I doubt this will work, because those binary files are not in a platform independend format and the format even varies between mysql versions. > Also there is al lot of ways and utilities in the mysq.com site on how-to > replicate and syncronize database. -- Tot ziens, Bart-Jan -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

