Cloudkul Support

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.

Is this article is helpful?

People like and 1 people dislike.

If result is not found or irrelevant, Please contact us.

Submit your request

Start a Project






    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home