Content deleted Content added
m es: link |
mNo edit summary |
||
Line 8:
'''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|Michael "Monty" Widenius]]. Despite the widespread pronunciation of SQL being "sequel", the generally accepted pronunciation of MySQL by professionals is "My ess-que-ell", not "My-Sequel".
==
MySQL is open source and works on many different platforms including [[AIX operating system|AIX]], [[BSDi]], [[FreeBSD]], [[HP-UX]], [[Linux]], [[Mac OS X]], [[NetBSD]], [[OpenBSD]], [[OS/2]] Warp, [[SGI]] [[IRIX]], [[Solaris Operating Environment|Solaris]], [[SunOS]], SCO OpenServer, SCO UnixWare, [[Tru64]], [[Microsoft Windows|Windows]] 95, 98, NT and 2000.
==
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. MySQL's "native" language is C.
==
Early versions of MySQL included few standard DBMS features.
==
The latest production version is 4.0. It includes the following features:
* A broad subset of ANSI SQL 99, as well as extensions.
Line 34:
* Stored procedures
==
Version 4.1 is the development version, and includes support for the following features:
* Sub-SELECTS
Line 42:
* Multi-line queries
==
MySQL 5.0 will contain support for the following features:
* Stored procedures
Line 58:
MySQL 6.0 will contain support for views.
==
In [[August 2001]], a test version of the [[Wikipedia]] software using [[PHP programming language|PHP]] and MySQL appeared; in January 2002 it was adopted as the new software running Wikipedia. See the [[
See also: [[PostgreSQL]], [[Berkeley DB]]
|