Table of Contents
hide
Example : How to Delete/Remove the created Database file from Xampp Server’s MySql database.
Step1 : Select the Database Name.
Step2 : Click the 'Operations' tab/menu.
Step3 : Click on the 'Drop the database(DROP)' from Remove Database option.
Example : How to Rename the created Database file from Xampp Server’s MySql database.
Step1 : Select the Database Name.
Step2 : Click the 'Operations' tab/menu.
Step3 : Put the new name in the 'Rename database to' box - Go.
Example : How to Import the External Database file in Xampp Server’s MySql database.
Step1 : Create a new Database file with certain name in MySql into which we want to import.
Step2 : Click the 'Import' tab/menu.
Step3 : Click on the 'choose file', now Select the database file name we want to import - open - finally click on the 'Import' button in the bottom of the page - Import started - ok.
Example : How to Export the Internal Database file from Xampp Server’s MySql database.
Step1 : Select the Database(must have one or more tables) file name from MySql database list, we want to export.
Step2 : Click the 'Export' tab/menu.
Step3 : Download started and completed with 'databasename.sql' - open download folder to see them.
0 Comments