unsupported_db_table_row_format

Re: unsupported_db_table_row_format

by Rahul Rai -
Number of replies: 0

Hi Eric 

 I will show you how to convert database table format from Antelope to Barracuda using two simple commands.

1) Open command prompt in windows server, if you are not already logged in as administrator, right click  icon and select "run as administrator".

2) change directory to where your PHP is residing. in my example I had my PHP folder on root drive (C:/) so my path will be C:/PHP/PHP703.

3)  Once command prompt shows I am in PHP directory, run the following command to list the tables that require conversion.

Copy All Code.

php c:\inetpub\wwwroot\moodle\admin\cli\mysql_compressed_rows.php -l
4) With list of tables on older format, now is the time to convert them using fix command.

Copy All Code.

php c:\inetpub\wwwroot\moodle\admin\cli\mysql_compressed_rows.php -f

After few seconds, It is done.