|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Enumerations | |
| enum | CLI_SCRIPT |
Variables | |
| if($unrecognized) | $help |
| enum CLI_SCRIPT |
Definition at line 27 of file mysql_engine.php.
"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.