At 09:43 AM 8/21/01 -0300, Gabriel wrote:
>Anyone can tell me how can i import an access db to mysql.
>
>Thanks in advance,
>
>Gabriel.

Convert the access data into text file, comma separated (CSV)

then use LOAD DATA INFILE c:\textfile INTO TABLE table_name

You can get additional hints using Google, as usual
(try "mysql access convert")

--
Claudio Cicali aka FleXer
[EMAIL PROTECTED]
http://www.flexer.it
GPG Key Fingerprint = 2E12 64D5 E5F5 2883 0472 4CFF 3682 E786 555D 25CE


---------------------------------------------------------------------
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