Replies: 1
Hi – I am just checking if it is ok/safe to truncate / empty out the aiowps_audit_log table from inside PHPMyadmin? – a site I have just looked into has had this table grown to over 60GB!
What is the best way to empty the table? Use the Empty button or write a query or?? and without PHPmyadmin timing out on me while doing this empty..
I would delete the logs from the back end (WP Security >Dashboard > Audit logs) but it times out as you can imagine…
And yes I will be adding a purge command as below in the config now…
Thanks (c:
define('AIOWPSEC_PURGE_AUDIT_LOGS_AFTER_DAYS', 30);