Need the following changed:
innodb_file_format=Barracuda
innodb_strict_mode = 0
Current values:
MariaDB [(none)]> show variables like 'innodb_strict_mode'; +--------------------+-------+ | Variable_name | Value | +--------------------+-------+ | innodb_strict_mode | ON | +--------------------+-------+ 1 row in set (0.001 sec) MariaDB [(none)]> show variables like 'innodb_file_format'; +--------------------+-------+ | Variable_name | Value | +--------------------+-------+ | innodb_file_format | | +--------------------+-------+ 1 row in set (0.001 sec)