Answers for "remove database mysql phpmyadmin"

PHP
3

phpmyadmin drop database

Open config.inc.php and add this string:

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

deleting a database in phpmyadmin

Go to phpmyadmin 
loacte the home button right under the logo it will take you to the home page.
Click on Databases.
Select the database you want to delete. ( put check mark)
On lower section of the page Click Drop.
Posted by: Guest on September-11-2021

Code answers related to "remove database mysql phpmyadmin"

Browse Popular Code Answers by Language