Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
The only tables which are MyISAM are: xf_import_logxf_search_indexxf_sessionxf_session_admin The rest are InnoDB apart from 3 which are MEMORY: xf_attachment_viewxf_session_activityxf_thread_view So you could just run alter table engine=innodb and then manually change those 7 tables back. Edit: Apparently it isn't possible to do all tables, they need to be done one at a time.
The only tables which are MyISAM are:
xf_import_log
xf_search_index
xf_session
xf_session_admin
The rest are InnoDB apart from 3 which are MEMORY:
xf_attachment_view
xf_session_activity
xf_thread_view
So you could just run alter table engine=innodb and then manually change those 7 tables back.
Edit: Apparently it isn't possible to do all tables, they need to be done one at a time.
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences