Is MySQL version used greater than 8.0.1?
Is database tables prefix set for the board? It's in
Also you can take a look at the board table names in the database which should contain some prefix, with
Is database tables prefix set for the board? It's in
config.php
file in the board root and typically looks like $table_prefix = 'phpbb_';
.Also you can take a look at the board table names in the database which should contain some prefix, with
phpbb_
prefix it's like phpbb_acl_groups
and so on.Statistics: Posted by rxu — Mon Jul 01, 2024 5:17 am