MYSQL
MySQL is a relational database
management system, which means it stores data in separate tables
rather than putting all the data in one big area. This adds
flexibility, as well as speed. The SQL part of MySQL stands for
"Structured Query Language," which is the most common language
used to access databases.
The MySQL database server is the most
popular open source database in the world. It is extremely fast
and easy to customize, due to its architecture. Extensive reuse
of code within the software, along with a minimalist approach to
producing features with lots of functionality, gives MySQL
unmatched speed, compactness, stability, and ease of deployment.
Their unique separation of the core server from the storage
engine makes it possible to run with very strict control, or
with ultra fast disk access, whichever is more appropriate for
the situation.
|