MySQL Forums
Forum List  »  CSV Storage Engine

Re: Want to use CSV formatted file as table
Posted by: Stefan Hinz
Date: June 17, 2005 10:50AM

Yogesh,

please find documentation on the CSV storage engine here:

http://dev.mysql.com/doc/mysql/en/csv-storage-engine.html

> It the only way of compilation with --with-csv-storage-engine ?

Yes.

> How does it will work with windows ?

Like any other storage engine. You'll have to compile MySQL for the Windows platform, of course.

> Also, once it is compiled for CSV it will support other engines too ?

The --with-csv-storage-engine option means "in addition to the storage engines that are compiled in automatically" (MyISAM, MEMORY, MERGE, InnoDB).

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Want to use CSV formatted file as table
7270
June 17, 2005 10:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.