Note: You are currently viewing documentation for Moodle 3.6. Up-to-date documentation for the latest stable version of Moodle is likely available here: MySQL.

MySQL

From MoodleDocs
Revision as of 04:16, 11 August 2011 by Aparup Banerjee (talk | contribs)

MySQL is one of the supported databases that underpins a Moodle installation.

MySQL describes itself as "the most popular Open Source SQL database management system, is developed, distributed, and supported by MySQL AB. MySQL AB is a commercial company, founded by the MySQL developers. It is a second generation Open Source company that unites Open Source values and methodology with a successful business model."

MySQL comes with an array of storage engines. The popular ones being MyISAM and InnoDB. Since MySQL 5.5.5, InnoDB is the default storage engine of choice. InnoDB is more well supportable than MyISAM due to known issues with MyISAM.

See also