Delete all rows older than 5 mins in mysql

This blog is all about deleting rows older than 5 min from the MySQL database.

Here otp_verification is Table and DateTime column is created_date



If you want to run this query using cron jobs then click here to learn this.