How to delete a database in MySQL


/ Published in: SQL
Save to your folder(s)

mysql -u ''adminusername'' -p


Copy this code and paste it in your HTML
  1. DROP databasename;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.