MySQL Forums
Forum List  »  Security

Re: Too many rows on wordpress wp_options table
Posted by: Georgi Kodinov
Date: October 29, 2020 02:20AM

To answer your questions on how it was done I would recommend that you consider using e.g. mysql audit (https://dev.mysql.com/doc/refman/8.0/en/audit-log.html)
And if it was SQL injection I'd recommend you consider setting up the mysql firewall (https://dev.mysql.com/doc/refman/8.0/en/firewall.html).

As for how to fix it: it's best to consider doing regular backups that you can restore in situations like this.

Georgi "Joro" Kodinov
MySQL SrvGen team lead
Plovdiv, Bulgaria

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Too many rows on wordpress wp_options table
441
October 29, 2020 02:20AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.