Desde SSH:
/opt/plesk/php/5.6/bin/php moodle/admin/cli/mysql_compressed_rows.php —fix
Info en: https://docs.moodle.org/29/en/Administration_via_command_line#Converting_InnoDB_tables_to_Barracuda
Tool for converting tables
A command line tool is included in Moodle for converting tables to Barracuda.
To view tables requiring conversion, use the list option:
$ php admin/cli/mysql_compressed_rows.php —list
Here is an example output:
mdl_data Compact (needs fixing)
mdl_data_fields Compact (needs fixing)
mdl_enrol_paypal Compact (needs fixing)
To proceed with the conversion, run the command using the fix option:
$ php admin/cli/mysql_compressed_rows.php —fix
Successful table conversion will be reported in the output, for example:
mdl_data … Compressed
mdl_data_fields … Compressed
mdl_enrol_paypal … Compressed