how to delete database row from phpmyadmin php 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;