MY-SQL
DATABASE
MySQL
is a true multi-user, multi-threaded SQL (Structured Query Language)
database server. SQL is the most popular database language in the
world. MySQL is a client/server implementation that consists of
a server daemon mysqld and many different client programs and libraries.
It consists of a multi-threaded SQL server that supports different
backends, several different client programs and libraries, administrative
tools, and several programming interfaces.
MySQL
is very fast, reliable, and easy to use. The main goals of MySQL
are speed, robustness and ease of use. The base upon which MySQL
is built is a set of routines that have been used in a highly
demanding production environment for many years. While MySQL is
still in development, it already offers a rich and highly useful
function set. |