Can you run these queries in phpMyAdmin and post the results:The first will probably be truncated, in the Extra Options menu, choose Full Texts. You'll need to update the second query with the correct database name.
Code:
SHOW CREATE TABLE `phpbb_users`;
Code:
SELECT row_format FROM information_schema.tables WHERE table_schema="your database name" AND table_name="phpbb_users" LIMIT 1;
Statistics: Posted by Noxwizard — Sun Jun 02, 2024 5:43 pm