I’m migrating several sites at the moment to Cloudways, each with WordFence installed. I know I should probably disable/uninstall before migration, but I haven’t had any issues with that so far. But I’m having a different issue – apparently some of my original sites have WordFence’s database tables in camelCase:
wp\_wfConfig
wp\_wfIssues
wp\_wfLogins
etc
Where others have all of them in lowercase:
wp\_wfconfig
wp\_wfissues
wp\_wflogins
etc
And post-migration, all of the camelCase sites are working but the lowercase ones are broken, saying they can’t write to the database and the tables are missing when they’re just misnamed.
Is there a setting I can change to get it to recognise the lowercase names, or can I get away with “RENAME \`wp\_wfconfig\` TO \`wp\_wfConfig\` etc?
[ad_2]