Content deleted Content added
de:, pl: |
mNo edit summary |
||
Line 1:
[[de:MySQL]][[fr:MySQL]][[pl:MySQL]]
'''MySQL''' is a very fast, multi-threaded, multi-user and robust [[SQL]] (Structured Query Language) [[relational database]] server. MySQL is [[free software]]: it is licensed under the [[GNU General Public License]]. It was written and is maintained by the Swedish company MySQL AB, which sells support and service contracts as well as commercially licensed copies of MySQL and employs people all over the world who communicate over the internet. MySQL AB was set up by two Swedes and a Finn: David Axmark, Allan Larsson and Michael "Monty" Widenius
MySQL originally lacked support for [[transaction|transactions]], however this feature is now available. The full [[ANSI SQL]] standard is extended in some areas and not implemented in others; probably the most often requested features which are not yet implemented are:
Line 10:
MySQL databases can be accessed using the [[programming language|programming languages]] [[C programming language|C]], [[C Plus Plus|C++]], [[Eiffel programming language|Eiffel]], [[Java programming language|Java]], [[Perl]], [[PHP]], [[Python programming language|Python]], and [[Tcl]]; for each of these, a specific [[API]] is available. An [[ODBC]] interface called MyODBC is also available.
A development version of MySQL 4.1, containing support for "Sub-SELECTs" was released in January 2003.
Despite the official pronunciation of SQL being "sequel", the common pronunciation of MySQL is "My S-Q-L", and not "My-Sequel".
|