MyBlobFS

MyBlobFS is a virtual user-space file system driver for mounting MySQL table rows as local files for read-only access. Operations on database are performed using MySQL C API, so both local and remote tables can be mounted. MyBlobFS works with MySQL versions 3.23 and higher.

MyBlobFS can be installed using the usual command chain:

make
sudo make install

Usage is also straight-forward since it employs the same “long” command-line arguments as the MySQL command-line client.

[ Download source code tarball ]