<<Back to MySQL & MariaDB How To Page
Dropping a Database in Mysql or MariaDB
It is always easy to destroy anything than to setup/build/create or manage. So Let's why not try it out for MySQL or MariaDB
Step1> Check the database, supposed to be dropped, exists. I want to drop tokenization_global database MariaDB [(none)]> show databases like '%tokenization_glo%';
Step2> Drop the database
You may ask you 14 rows affected. Its because there was 14 table in this database.
Now lets check if the database no more exists. use show database command to check this.
Comments
Post a Comment