Installed WPIDS but it doesn't seem to be doing anything. It's been up for over a week now and there hasn't been one detected intrusion attempt. I find that hard to believe
[date/time] WordPress database error Table 'db.wp_sec_intrusions' doesn't exist for query INSERT INTO `wp_sec_intrusions` (`id`, `impact`) VALUES (0,8)
[date/time] WordPress database error Table 'db.wp_sec_intrusions' doesn't exist for query SELECT `id` FROM `wp_sec_intrusions` ORDER BY `id` LIMIT 1
[date] WordPress database error You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ' 'IP address', '/index.php', '__utmz', '263386643.1204146530 for query INSERT INTO `wp_sec_log` (`id`, `ref_id`, `ip`, `page`, `tag`, `value`, `app`,`type`,`date`,`status`) VALUES (0, , 'IP address', '/index.php', '__utmz', '263386643.1204146530.3.2.utmcsr=www.google.com|utmccn=(referral)|utmcmd=referral|utmcct=/p/1.html', 1, '6', 'date/time', 2)
I am running PHP 5.2.6 and MySQL 5.0.45. I'm following the advice of Blog Security and have limited my WP user to only have GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP privileges to the database. I've even cheated a bit and added ALTER too
Any suggestions?
