How to Drop all Databases from Mysql?
Sometimes I need to clean a mysql server so I can re-import it clean from the backups. A DROP ALL DATABASES; would have been nice, but the following does the trick. It will drop all databases except for mysql, test… Read moreHow to Drop all Databases from Mysql?