Answers for "how to delete phpmyadmin database table"

PHP
2

drop table phpmyadmin

in phpmyadmin : click on the table > operations > drop table
in php => https://www.tutorialspoint.com/mysql/mysql-drop-tables.htm
Posted by: Guest on March-23-2021
3

phpmyadmin drop database

Open config.inc.php and add this string:

$cfg['AllowUserDropDatabase'] = true;
Posted by: Guest on September-25-2020

Code answers related to "how to delete phpmyadmin database table"

Browse Popular Code Answers by Language