On Fri, Feb 08, 2002 at 04:53:32PM -0600, 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 ?
use the normal database backup & restore procedure. dump the database on the freebsd box (i.e. export to text file), copy the dump file to the debian box and import it. craig -- craig sanders <[EMAIL PROTECTED]> Fabricati Diem, PVNC. -- motto of the Ankh-Morpork City Watch -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

