The forum in question has been restored from backup and is currently running but I am trying to ensure everything is correctly configured and stable.
However, I am checking everything for any anomalies and I am wondering about the following in the MySQL/MariaDB database:
All tables are InnoDB except the following:
For the MEMORY tables, are they best left that way?
However, I am checking everything for any anomalies and I am wondering about the following in the MySQL/MariaDB database:
- Server connection collation utfmb4_unicode_ci
- Collation for all tables utf8mb4_general_ci
- in phpMyAdmin, the bottom line below the list of tables says
221 tables Sum ~35,806,670 MyISAM latin1_swedish_ci 19.8 GiB 47.3 KiB
- again, I'm wondering about the latin1_swedish_ci since that's the only place I see this - is that a holdover from a vBulletin 4 import?
All tables are InnoDB except the following:
- xf_attachment_view MEMORY
- xf_search_index MyISAM
- xf_session MyISAM
- xf_session_activity MEMORY
- xf_session_admin MyISAM
- xf_session_install MyISAM
- xf_thread_view MEMORY
For the MEMORY tables, are they best left that way?