How to drop all MySQL tables from a MySQL database Background Under certain circumstances you might want to trash all the databases you have on a server. This article explains how to do it. Please Read More
MySQL Check All Databases Background Having a broken MySQL / MariaDB database is no fun. Broken tables can also lead to half complete backups really compounding the situation and Read More
How to backup and restore a MySQL database from the command line Backing Up To backup a MySQL database from the command line, use the mysqldump command and pip the output to a file. For example: mysqldump Read More