” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

” background_layout=”light” text_orientation=”left” use_border_color=”off” border_color=”#ffffff” border_style=”solid”]

Sometimes PhpMyAdmin throws very unusual error: ““DROP DATABASE” statement is disabled”. In this situation the “DROP” tab can not be seen in PhpMyAdmin home page.  You can get rid of this problem by doing the following process.

  1. Go to -> your_drive/xampp/PhpMyAdmin/libraries/
  2. Open a file name “config.default.php
  3. Find $cfg[‘AllowUserDropDatabase’] (This would be around line number 566)
  4. You will find the value is “False. Make it to  ”True” and Ta..Da..you can now able to drop the database.