Database error while upgrading OJS from 3.1.1.4 to 3.3.0.5

Hi @loveleentak

For OJS 3.3, all database tables need to be of type InnoDB, not MyISAM. You’ll need to review your tables in your 3.1.1.4 database and ensure this is the case, and then make sure that the default storage engine for MySQL is InnoDB. You will also need to make sure that your database user has the REFERENCES privilege.

Best
Jason

2 Likes