I have installed WAMPServer 3.1.7 in my server and working fine. But due to environment restriction I have to remove the database from it. I have both mysql and mariadb installed in server.
How can I remove these databases from WAMPServer?
In addition to @RiggsFolly 's answer(After unchecking db names from the menu), I did some more action to remove the db files from the server itself as follows(screenshot attached):
WAMP icon(Right click) -> Tools ->Delete Unused versions ->
{Delete unwanted versions of DB, PHP, apche}
Deleting the folder directly from the WAMP folder will cause crash as WAMP server still expecting those folders and versions to be available. Doing this way ensures WAMP Server will not check for older versions and it will run without any crashes.