Unknown storage engine 'innodb'

Hi everyone if i want install latest vanilla forum in my free hosting i i have message Unknown storage engine 'innodb'. Someone can give me good working old forum version or give me link to better free hosting? Thanks :D

Comments

  • R_JR_J Admin

    Add the following lines to your configuration:

    $Configuration['Database']['ForceStorageEngine'] = 'myisam';
    $Configuration['Database']['DefaultStorageEngine'] = 'myisam';
    

    If there is already a file /conf/config.php add them to this file, otherwise add them to /conf/config-defaults.php.

Sign In or Register to comment.