MySQL Database
MySQL
is the most popular Open Source SQL database. MySQL is very fast, reliable,
and easy to use. MySQL also has a very practical set of features developed in
very close cooperation with our users. You can find a performance comparison
of MySQL to some other database managers on this benchmark
page.
MySQL was originally developed to handle very large databases
much faster than existing solutions and has been successfully used in highly
demanding production environments for several years. Though under constant development,
MySQL today offers a rich and very useful set of functions. The connectivity,
speed, and security make MySQL highly suited for accessing databases on the
Internet.
MySQL is a client/server system that consists of a multi-threaded
SQL server that supports different backends, several different client programs
and libraries, administrative tools, and several programming interfaces. MySQL
has a lot of contributed software available. It is very likely that you will
find that your favorite application or language already supports MySQL.