Shell script to delete multiple MySQL tables matching a pattern
Feb 24, 2019
MySQL doesn't have a core function to delete multiple tables matching a pattern. This is a simple script that you configure, then run command-line to delete multiple tables matching a pattern. Be careful to ensure that the pattern will not also match database you do not wish to delete.
Continue reading...