Как добавить сбросить таблицу в phpmyadmin

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