MySQL: Difference between revisions

Content deleted Content added
minor copyedits
+ODBC +MySQL AB +website +nested SELECT
Line 1:
'''<codenowiki>MySQL</codenowiki>''' is a very fast, multi-threaded, multi-user and robust [[SQL]] (Structured Query Language) [[relational database]] server. <nowiki>MySQL</nowiki> is Free[[free software.]]: Itit is licensed under the [[GNU General Public License]]. It was written and is maintained by the Swedish company <nowiki>MySQL</nowiki> AB, which sells support and service contracts as well as commercially licenced copies of <nowiki>MySQL</nowiki> and employs people all over the world who communicate over the internet.
 
 
 
<nowiki>MySQL</nowiki> originally lacked [[transaction|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 feature which is not yet implemented is "Sub-SELECTs" or "nested SELECTs".
 
 
 
<nowiki>MySQL</nowiki> is open source and works on many different platforms including [[AIX]], [[BSDi]], [[DEC Unix]], [[FreeBSD]], [[HP-UX]], [[Linux]], [[Mac OS X]], [[NetBSD]], [[OpenBSD]], [[OS/2]] Warp, [[SGI]] [[Irix]], [[Solaris]], [[SunOS]], SCO <nowiki>OpenServer</nowiki>, SCO <nowiki>UnixWare</nowiki>, [[Tru64 Unix]], [[Microsoft Windows|Windows]] 95, 98, NT and 2000.
 
 
 
<nowiki>MySQL</nowiki> hasdatabases can be accessed using the [[programming language|programming languages]] [[C]], [[C Plus Plus|C++]], [[Eiffel]], [[Java]], [[Perl]], [[PHP]], [[Python]], and [[Tcl]]; for each of these, a specific [[API]]s is available. An [[ODBC]] interface called <nowiki>MyODBC</nowiki> is also available.
 
 
Line 19:
----
 
In August 2001, a test version of wikipeda using PHP and MySQL appeared, see the [[Wikipedia PHP script]] page.
 
 
In August 2001, a test version of wikipeda[[Wikipeda]] using PHP and <nowiki>MySQL</nowiki> appeared, see the [[Wikipedia PHP script]] page.
 
 
 
 
 
-----
 
See also: [[PostgreSQL]], [[Berkeley DB]]
 
 
 
External links: <nowiki>MySQL</nowiki> web site at http://www.mysql.com