Depending on weather or not it uses standard SQL, you couuld simply
run:

mysql -u user -ppassword < file.sql

however, I doubt mysql will understand the SQL generated from
your other SQL DB. Might be a better idea to recreate all the
tables/fields in mySQL manually, then dumping to .csv files
(comma seperated values) and using

LOAD DATA 

statements to get the data into mySQL.

-doesnthaveareallycooldotsig

---------------------
Johnny Withers
[EMAIL PROTECTED]
p. 601.853.0211
c. 601.209.4985 

-----Original Message-----
From: Craig Newlander [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, October 03, 2001 4:12 PM
To: [EMAIL PROTECTED]
Subject: Import *.sql file form sybase


I've checked the mailing archive and did not find what I am looking for.

How can I import data dumped from sybase into .sql files into MySql?

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to