MySQL Database Management System

MySQL logoMySQL Database Server is the world's most popular open source database. Its architecture makes it extremely fast and easy to customize. Extensive reuse of code within the software and a minimalistic approach to producing functionally-rich features has resulted in a database management system unmatched in speed, compactness, stability and ease of deployment.

The unique separation of the core server from the storage engine makes it possible to run with strict transaction control or with ultra-fast transactionless disk access, whichever is most appropriate for the situation.

MySQL includes InnoDB storage engine, a transaction-safe, ACID-compliant storage engine with commit, rollback, crash recovery and row-level locking capabilities. For transactionless storage and operation, the ultra fast MyISAM storage engine enables you to rapidly deliver high-performance, read-intensive applications.

Overall it provides a fully integrated, low overhead storage engine proven to deliver superior performance in industry benchmark tests. It is also recognized as an extremely reliable, easy to use, and easy to configure database with Full Text Search capabilities.

The MySQL Database Management System is available on more than 20 platforms giving you complete flexibility to choose your development and deployment platform.

View projects in our portfolio that use this technology

For more information visit: http://www.mysql.com/