How to enable ‘drop database’ in phpmyadmin ?
When we use phpmyadmin there is some restrictions about removing the database. We can not run the command ‘drop database db_name’ from phpmyadmin. We have to login to mysql console and run the command. To enable drop database in phpmyadmin we need to do the following changes in configuration file.
open /etc/phpmyadmin/config.inc.php and add the folllowing line:
$cfg['AllowUserDropDatabase']=TRUE;
Now, you can able to drop database from phpmyadmin.
If result is not found or irrelevant, Please contact us.
Submit your request