MySQL

From Simple English Wikipedia, the free encyclopedia
(Redirected from Mysql)
MySQL
Developer(s)MySQL AB, a subsidiary of Sun Microsystems since February 2008 which is also a subsidiary of Oracle Corporation since January 2010
Initial release23 May 1995
Stable release
5.7.15 / September 6, 2016; 7 years ago (2016-09-06)[1]
Repository
Written inC, C++
Operating systemCross-platform
Available inEnglish
TypeRelational database management system
LicenseGNU General Public License or proprietary EULA
Websitewww.mysql.com

MySQL is a database system used by many websites on the Internet. It is based on SQL. Many ways of doing things in SQL are similar in MySQL. The data is structured in tables in MySQL. And to extract data from the tables queries are used.

For example: SELECT id_number FROM main_database WHERE name='John'

This query will return the 'id_number' of the person named 'John' from the table named 'main_database'.

History[change | change source]

MySQL was first released in May 1995 and a Windows version was released in January 1998. The latest version (5.6.11) was released in April 2013.

Compatibility[change | change source]

MySQL is compatible with many major programming languages.[2] The most common one is PHP. An ODBC interface (called MyODBC) has been made so that users of Microsoft's ASP language can use MySQL.

Major users[change | change source]

Some of the largest MySQL users on the internet include:

Many PHP scripts also use MySQL. These include:

Related pages[change | change source]

Notes[change | change source]

  1. "Changes in MySQL 5.7.15". MySQL 5.7 Reference Manual. Oracle. 2016-09-06. Retrieved 16 September 2016.
  2. "What is MySQL? | Data Basecamp". 2022-03-08. Retrieved 2022-06-20.
  3. Apple's Xserve uses MySQL