You need to do some changes to the my.ini
file
Add this under [mysqld]
innodb_strict_mode=0
Update These two lines
innodb_log_file_size=256M
innodb_log_buffer_size=256M
innodb_strict_mode
: When it is enabled, certain InnoDB warnings become errors instead.
Reference: https://mariadb.com/kb/en/innodb-strict-mode/
innodb_log_file_size
& innodb_log_buffer_size
needs to increase in size.