cómo agregar soltar una tabla en phpmyadmin

add  this code to xampp\phpMyAdmin config.inc.php file.
$cfg['AllowUserDropDatabase'] = true;
Tuhin Mahmud