Vai al contenuto

MySQL

Da Wikipedia, l'enciclopedia libera.
Versione del 13 mar 2003 alle 15:28 di metis02.abnamro.nl (discussione)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

The MySQL 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 table handler makes it possible to run with strict transaction control or with ultra-fast transactionless disk access, whichever is most appropriate for the situation.

The MySQL database server is available for free under the GNU General Public License (GPL). Commercial licenses are available for users who prefer not to be restricted by the terms of the GPL.