Software
>>
Services
>>
RDBMS
>>
MySQL
>>
How to drop a database
mysql -u
root
-p
password
mysql> drop database
dbname
;
Please enable JavaScript to view the
comments powered by Disqus.