| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | March 20 2007 10:39pm |
| Subject: | Re: dumping large binary file in database | ||
| View as plain text | |||
Dimitris Servis wrote: > > Is it possible to read data for a table from a binary file? Not through MySQL++ or the underlying C API. The interface between those libraries and the database server is SQL queries, which are text. The only option I can think of would be to stop the database server, translate your data file straight into the raw table format of your choice (InnoDB, for instance) and start the database server back up so it will see the new table.
| Thread | ||
|---|---|---|
| • dumping large binary file in database | Dimitris Servis | 20 Mar |
| • Re: dumping large binary file in database | Warren Young | 20 Mar |
| • Re: dumping large binary file in database | Ian Miller | 21 Mar |
| • Re: dumping large binary file in database | Munira Ahmed | 21 Mar |
| • Re: dumping large binary file in database | Warren Young | 21 Mar |
| • Re: dumping large binary file in database | Dimitris Servis | 21 Mar |
| • Re: dumping large binary file in database | Warren Young | 21 Mar |
| • Re: dumping large binary file in database | Dimitris Servis | 21 Mar |
| • Re: dumping large binary file in database | Dimitris Servis | 21 Mar |
