Hi,
I'm trying to install a completely fresh instance of Moodle3.2; I've followed this instruction set:
- git clone git://git.moodle.org/moodle.git htdocs
- cd htdocs
- git branch --track MOODLE_32_STABLE origin/MOODLE_32_STABLE
- git checkout MOODLE_32_STABLE
- I then go to the web interface, click to start the installation
- I enter the correct Database credentials
- And then the installation stops with this error: "this test must pass
Your database has tables using Antelope as the file format. Full UTF-8 support in MySQL and MariaDB requires the Barracuda file format. Please convert the tables to the Barracuda file format. See the documentation Administration via command line for details of a tool for converting InnoDB tables to Barracuda."
I've tried the command " php admin/cli/mysql_compressed_rows.php --fix" but the command finishes with "No changes necessary
Thanks
Nick
mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 841
Server version: 5.6.33-0ubuntu0.14.04.1 (Ubuntu)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
php -v
PHP 5.6.23-1+deprecated+dontuse+deb.sury.org~trusty+1 (cli)
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies