The spamdyke_log_table gets very large very quickly. This slows down viewing from within the plesk panel. To clean up records older than 7 days use the following command
delete from spamdyke_log_table where `time` < DATE_ADD(CURDATE(),interval -7 day);
Leave a Reply