DROP DATABASE statements are disabled
DROP DATABASE statements are disabled
Go to -> your_drive/xampp/PhpMyAdmin/libraries/ (Windows with XAMPP)
Open a file name config.default.php
Find $cfg[‘AllowUserDropDatabase’]
You will find the value is False. Change it to True.

