admin/environment/custom check/db prefix too long

From MoodleDocs
Revision as of 15:30, 10 September 2023 by Eloy Lafuente (stronk7) (talk | contribs) (Created page with "Since Moodle 4.3, the max allowed length for the database tables prefix (<tt>$CFG->prefix</tt>) are 10 characters. If your database is using longer prefixes, you will need to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Since Moodle 4.3, the max allowed length for the database tables prefix ($CFG->prefix) are 10 characters.

If your database is using longer prefixes, you will need to rename all the tables to use a new, shorter, prefix.

References: