Okay, so if you ever worked on a big project, and you had to manage some DB, regardless of storage engine, have you wondered what happens if some big *sql query occurs? Well for MySQL/MariaDB there is no timeout on a query, so you are on your own.
To be honest, this is not a rocket science, but you will save yourself from a lot of trouble in the future, if you only write a simple bash/perl script which runs on crobjob once in a while.
Please Login or Sign Up to leave a reply.