![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, is possible to use a binary file as a database with mysql? In other words, i would like to mantain my binary data and use mysql to write/read in it as it war a database. The problem is that i have an application ( not source) that use binary data and i would like to read/change/add/delete data with my php app. Thanks Ioson Not 100% sure what the problem is. You can store binary data in a BLOB |
#3
| |||
| |||
|
|
is possible to use a binary file as a database with mysql? |
#4
| |||
| |||
|
|
is possible to use a binary file as a database with mysql? In other words, i would like to mantain my binary data and use mysql to write/read in it as it war a database. The problem is that i have an application ( not source) that use binary data and i would like to read/change/add/delete data with my php app. |

#5
| |||
| |||
|
|
I suppose that you can probably use any arbitrary binary format to store tables and use MySQL as front-end. You just need to reverse-engineer the format, write your own MySQL plugin to provide the appropriate storage format and use such format instead of MyISAM or InnoDB. |
|
It'd be a nice programming exercise. |
![]() |
| Thread Tools | |
| Display Modes | |
| |