delete mysql database through command line

  1. bhawanisingh

    How to delete MySQL database through command line ?

    Sometimes we need to delete a MySQL database through command line. Before deleting a database you must check these points like you must have root access, before use DROP DATABASE you should check you have DROP privilages or not. First, we will login to the MySQL server through command line ...
Top