Converting Sequel to MYSQL

2003-08-14 Thread Mike Doanh Tran
Hi all, Does anyone have any suggestion for converting a Sequel database to MYSQL? I just want to copy a Sequel database data to a Mysql one. Thanks in advance for any suggestion, Mike -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://l

Re: Converting Sequel to MYSQL

2003-08-14 Thread daniel
BY '' ESCAPED BY '\\' > for the File you will be importing..(You can also use > mysqlimport)-Martin - Original Message - > From: "Mike Doanh Tran" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, August 11, 2003 4:2

Re: Converting Sequel to MYSQL

2003-08-14 Thread Martin Gainty
Doanh Tran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 11, 2003 4:23 PM Subject: Converting Sequel to MYSQL > Hi all, > > Does anyone have any suggestion for converting a Sequel database to MYSQL? > I just want to copy a Sequel database data to

Re: Converting Sequel to MYSQL

2003-08-12 Thread daniel
setup a dsn in odbc and you could import via a tool called sqlyog ?? > Hi all, > > Does anyone have any suggestion for converting a Sequel database to > MYSQL? I just want to copy a Sequel database data to a Mysql one. > > Thanks in advance for any suggestion, > > Mike > > -- > MySQL General Mailin