how to delelte database from php my admin code example
Example: phpmyadmin drop database
Open config.inc.php and add this string:
$cfg['AllowUserDropDatabase'] = true;
Open config.inc.php and add this string:
$cfg['AllowUserDropDatabase'] = true;