The CSV Storage Engine question

2006-01-18 Thread Mikhail Berman
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; ++-+ -

Re: CSV storage engine

2005-04-06 Thread Martijn Tonies
> >>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

Re: CSV storage engine

2005-04-06 Thread Philippe Poelvoorde
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

RE: CSV storage engine

2005-04-06 Thread Tom Crimmins
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+

Re: CSV storage engine

2005-04-06 Thread Martijn Tonies
> 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

RE: CSV storage engine

2005-04-06 Thread Logan, David (SST - Adelaide)
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

Re: CSV storage engine

2005-04-06 Thread Martijn Tonies
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

RE: CSV storage engine

2005-04-06 Thread Logan, David (SST - Adelaide)
>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

CSV storage engine

2005-04-06 Thread Martijn Tonies
> 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