MySQL Version History

Michael Widenius, a database software programmer, was the primary architect of the MySQL language. MySQL grew out of a small company in Sweden to become a leading database query language used by developers all over the world.

  1. Time Frame

    • The software company MySQL AB created the original MySQL in 1995. In 1999, they release version 3.23.0, the first significant version. In October 2001, MySQL AB released version 4.0.0 and version 4.1.0 in April 2003. They released version 5.0.0 in December 2003. Version 5.5.x was released in December 2009.

    Significance

    • In 2000, MySQL went Open Source, allowing users to enhance the functionality of the system based on their own needs. In 2005, the MySQL Network subscription service was launched, providing users with updates, notifications and product-level support. In 2008, Sun Microsystems purchased MySQL AB for $1 billion.

    Considerations

    • Sun Microsystems no longer provides active or extended support for versions 4.1.x and earlier. Extended support ends for version 5.0.x on Dec. 31, 2011 and for version 5.1.x on Dec. 31, 2013. As of November 2010, MySQL version 5.5.x continues to receive feature revisions and upgrades.

Related Searches:

References

Resources

Comments

You May Also Like

  • MySQL Replication Tutorial

    MySQL provides asynchronous replication in which a master database server is replicated to one or more slave server. You can configure the...

  • An Advanced MySQL Tutorial

    MySQL is a relational database system that organizes data into tables. Once you create your MySQL database, there are advanced functions and...

  • How to Install MySQL

    MySQL is a server program for querying databases. It will allow you to get the data you need from your database as...

  • MySQL Cluster Tutorial

    The MySQL database allows you to combine more than one computer into a cluster which acts as a single MySQL database. There...

  • MySQL Calendar Tutorial

    There are a number of calendar (date) commands in MySQL that can be used in a query (a user-created statement that retrieves...

  • MySQL ASP Tutorial

    Although MySQL is usually used with PHP, some ASP developers also take advantage of the database's free distribution. ASP programmers can also...

  • MySQL ConnectorJ Tutorial

    The MySQL Connector/J driver is used to connect Java applications to a MySQL database. The driver is completely Java driven and does...

  • Dreamweaver Blog Tutorial

    Adobe Dreamweaver is a powerful and popular Web design tool. Dreamweaver blends a vast array of impressive technical tools with a top-of-the-line...

  • NetBeans JDBC MySQL Tutorial

    Java Database Connectivity (JDBC) enables software developers to connect Java applications with MySQL, an open source database server which allows you to...

  • MySQL Sum Tutorial

    The MySQL SUM() statement is an aggregate or group function that operates on a set of values. The SUM() statement only works...

  • How to Undelete the Root Account for MySQL

    If you've ever locked your keys in a car, you're already familiar with the sinking feeling you'll get after realizing you've deleted...

  • How to Perform an UPDATE MySQL Query

    With a MySQL database, the UPDATE command is used to change some columns of a row already in the database. Usually, this...

  • MySQL Search Tutorial

    The MySQL database allows you to perform natural language searches on any character based field through use of a FULLTEXT index. A...

  • MySQL Indexing Tutorial

    Like an index in a book, a MySQL index allows you to find data more efficiently. The index only contains the fields...

  • MySQL Permissions Tutorial

    MySQL provides permissions (privileges) based on the level of operation of the user. Administrative privileges manage the operation of the server. Database...

  • MySQL Beginner Tutorial

    MySQL is a free, open source database owned and developed by Sun Microsystems. Because of its wide use by the open source...

  • Tutorial: MySQL Database Design

    Learning how to use and manage MySQL and understand all its technical concepts and terminology is only the first step in learning...

Related Ads

Featured