Hi everyone,
Could you let me know if there is a way to enable CSV storage engine
after MySQL was built.
Below is my current configuration and output of "show engines"
mysql> show engines;
++-+
-
> >>Sorry, I don't use windows 8-) except when I have to. All my servers are
> >>unix/linux and I can build them at will. I think there are instructions
> >>in the manual for building it but I think you would probably have to
> >>purchase a C++ compiler or similar.
> >
> >
> > Exactly the reason wh
Martijn Tonies wrote:
Sorry, I don't use windows 8-) except when I have to. All my servers are
unix/linux and I can build them at will. I think there are instructions
in the manual for building it but I think you would probably have to
purchase a C++ compiler or similar.
Exactly the reason why I
On Wednesday, April 06, 2005 02:30, Martijn Tonies wrote:
>> Sorry, I don't use windows 8-) except when I have to. All my servers
>> are unix/linux and I can build them at will. I think there are
>> instructions in the manual for building it but I think you would
>> probably have to purchase a C+
> Sorry, I don't use windows 8-) except when I have to. All my servers are
> unix/linux and I can build them at will. I think there are instructions
> in the manual for building it but I think you would probably have to
> purchase a C++ compiler or similar.
Exactly the reason why I do NOT want t
mysql@lists.mysql.com
Subject: Re: CSV storage engine
Ah David,
> >From the documentation referred to in the link
>
> 14.8. The CSV Storage Engine
>
> The CSV storage engine was added in MySQL 4.1.4. This engine stores
data
> in text files using comma-separated-values format.
>
> To
Ah David,
> >From the documentation referred to in the link
>
> 14.8. The CSV Storage Engine
>
> The CSV storage engine was added in MySQL 4.1.4. This engine stores data
> in text files using comma-separated-values format.
>
> To enable this storage engine, use th
>From the documentation referred to in the link
14.8. The CSV Storage Engine
The CSV storage engine was added in MySQL 4.1.4. This engine stores data
in text files using comma-separated-values format.
To enable this storage engine, use the --with-csv-storage-engine option
to configure when
> You could use the CSV table type:
> http://dev.mysql.com/doc/mysql/en/csv-storage-engine.html
Interesting. I just downloaded 4.1.11 - how does one enable
this engine?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Produc