Delete data in database
-
i would like to share my solution for cancel data in the database: i had over 250,000 entries in flamingo due to a spam attack. this slowed down the sending of contactform 7 considerably.
to delete all entries the following command in the database is sufficient:
DELETE FROMwp_postsWHEREpost_type= ‘flamingo_inbound’;
The topic ‘Delete data in database’ is closed to new replies.