Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/cli/mysql_engine.php File Reference

Go to the source code of this file.

Namespaces

namespace  core

Enumerations

enum  CLI_SCRIPT

Variables

if($unrecognized) $help

Enumeration Type Documentation

enum CLI_SCRIPT

Definition at line 27 of file mysql_engine.php.


Variable Documentation

if ($unrecognized) $help
Initial value:
"MySQL engine conversions script.

It is recommended to stop the web server before the conversion.
Do not use MyISAM if possible, because it is not ACID compliant
and does not support transactions.

Options:
--engine=ENGINE       Convert MySQL tables to different engine
-l, --list            Show table information
-h, --help            Print out this help

Example:
\$sudo -u www-data /usr/bin/php admin/cli/mysql_engine.php --engine=InnoDB
"

Definition at line 45 of file mysql_engine.php.

 All Data Structures Namespaces Files Functions Variables Enumerations