Changes between Version 8 and Version 9 of howto/MySQL


Ignore:
Timestamp:
Jan 7, 2015, 5:19:16 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/MySQL

    v8 v9  
    1414
    1515* MySQL
    16   * mysql56: MySQL v5.6.x. This is the latest stable version of MySQL.
    17   * mysql55: MySQL v5.5.x.
    18   * mysql51: MySQL v5.1.x. This version reached [https://www.mysql.com/support/eol-notice.html end of life] at the end of 2013 and is therefore no longer recommended.
     16  * '''mysql56''': MySQL v5.6.x. This is the latest stable version of MySQL.
     17  * '''mysql55''': MySQL v5.5.x.
     18  * '''mysql51''': MySQL v5.1.x. This version reached [https://www.mysql.com/support/eol-notice.html end of life] at the end of 2013 and is therefore no longer recommended.
    1919* MariaDB: a fork of MySQL created by the original MySQL developer after MySQL AB's acquisition by Sun Microsystems
    20   * mariadb-10.1: MariaDB v10.1.x. This is a development version of MariaDB not recommended for production use.
    21   * mariadb-10.0: MariaDB v10.0.x. This is the latest stable version of MariaDB.
    22   * mariadb: MariaDB v5.5.x.
     20  * '''mariadb-10.1''': MariaDB v10.1.x. This is a development version of MariaDB not recommended for production use.
     21  * '''mariadb-10.0''': MariaDB v10.0.x. This is the latest stable version of MariaDB.
     22  * '''mariadb''': MariaDB v5.5.x.
    2323* Percona: another MySQL fork
    24   * percona: Percona Server v5.6.x.
     24  * '''percona''': Percona Server v5.6.x.
    2525
    2626For each of the above ports, there is a "-server" companion port you should install if you want to run that server.
    2727
    28 This guide will show how to install mysql56, but you can use another version if you prefer.
     28This page shows how to install and use the mysql56 port, but you can use another version if you prefer; all of these ports use a similar directory layout.
    2929
    3030= Step 1: Install MySQL = #mysql