Not able to use alternate database
-
Hello, I am trying to configure Wordfence to use an alternate database for its tables, as described here. I’ve added those constants, with the connection information, to the wordfence-waf.php file. I’ve also added the
define('WFWAF_STORAGE_ENGINE', 'mysqli');
line to my wordfence-waf.php file. But no tables are initialized in my alternative wordfence database.I tried leaving the wordfence-waf file, and deleting and reinstalling the plugin, but that didn’t change anything. No tables ever show up in the alternative database. Is there something I’m missing? How do I tell Wordfence to write all its data to this other database as defined by the
define('WFWAF_DB_...
constants?Thank you for your help.
- The topic ‘Not able to use alternate database’ is closed to new replies.