phpmyadmin enable drop database statement
Agar dapat menghapus database yang disable oleh phpmyadmin
Yes, you can do it with the following steps:
-
Go to xampp/phpMyAdmin/libraries
-
Open the file called "config.default.php"
-
Go to line 653 and change
$cfg['AllowUserDropDatabase'] = false;
to true -
Restart the server to see the changes
For Windows XP users: if the effect is not reflected, exit WAMP through the quick launch icon and try restarting it.
0 Response to "phpmyadmin enable drop database statement"
Post a Comment