Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67a
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Database > Database Engines

    MySQL Filesystem Engine 0.1.1

    Download button

    No screenshots available
    Downloads: 755  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.2/5)
    13 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Chip Turner | More programs
    GPL / FREE
    June 5th, 2008, 10:30 GMT
    ROOT / Database / Database Engines

     Read user reviews (0)  Refer to a friend  Subscribe

    MySQL Filesystem Engine description

    MySQL Filesystem Engine is a database storage engine for arbitrary filesystem files.

    MySQL Filesystem Engine is a database storage engine for arbitrary filesystem files.

    It translates normal files on your server into relational tables inside of MySQL. It is a very alpha project at the moment, but works for basic usage.

    Example

    mysql> CREATE TABLE LoadAverage (
    load1 DECIMAL(3, 2),
    load5 DECIMAL(3, 2),
    load15 DECIMAL(3, 2),
    active_processes VARCHAR(12),
    lastpid INTEGER) ENGINE=FILESYSTEM connection='file:///proc/loadavg';
    Query OK, 0 rows affected (0.00 sec)

    mysql> select * from LoadAverage;
    +-------+-------+--------+------------------+---------+
    | load1 | load5 | load15 | active_processes | lastpid |
    +-------+-------+--------+------------------+---------+
    | 0.00 | 0.00 | 0.00 | 1/97 | 6061 |
    +-------+-------+--------+------------------+---------+
    1 row in set (0.00 sec)


    Security

    Anyone who can create tables on your MySQL server will be able to read any file that mysqld can read! Hopefully this will be fixed in the future, but remember, even temporary tables could be used, so proceed with caution.

    Product's homepage

      


    TAGS:

    MySQL filesystem | database engine | database storage | MySQL | database | filesystem

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM