Delete a MySQL Database on Linux

Pre-Flight Check
These instructions are intended for deleting a MySQL database on Linux via the command line.
I’ll be working from a Liquid Web Core Managed CentOS 7 server, and I’ll be logged in as root.

First we’ll login to the MySQL server from the command line with the following command:

mysql -u root -p
Continue reading “Delete a MySQL Database on Linux”