【Xampp】phpMyAdmin Drop Database or Table
>
>
【Xampp】phpMyAdmin Drop Database or Table

Xampp - phpMyAdmin Backup or export a Database

How to - Create phpMyAdmin Database or Table

In this post will shows you steps on how to create database or create single table into phpMyAdmin.

Table of - Content

Drop - Database

Drop - Database

1 - Drop Database Using Drop Function.

First open up your phpMyAdmin page(index page) for my case I am using Xampp, after you have open your phpMyAdmin page :
  1. Go to top navigation bar,click the database button.
  2. Tick the database that you want to drop.
  3. Click the Drop button at the bottom.
After click Drop button it will prompt a confirmation dialog just click OK,the selected database will be drop.

2 - Drop Database Using SQL Query.

To drop database using SQL query scroll to the bottom if needed, at the bottom you will see a Console button click the console button and type in : DROP DATABASE `testdb`;
replace the red text to your database name, and press Ctrl+Enter key to execute.

Drop - Table

Method - 1

Method - 2

1 - Drop Table Using Drop Function.

First open up the database that consist the table that your want to drop.

Method - 1

To drop single table, just click on the drop button of that row of table you want to drop, after that it will prompt your a confirmation dialog just click OK.

Method - 2

To drop multiple table at the same time :
  1. Tick all the table that you want to drop.
  2. Click on the dropdown list.
  3. Select Drop from the list.
it will then redirect you to the confirmation page, just click yes button all the selected table will be dropped.

2 - Drop Table Using SQL Query.

To drop table using SQL query scroll to the bottom if needed, at the bottom you will see a Console button click the console button and type in : DROP TABLE `account`
replace the red text to your table name, and press Ctrl+Enter key to execute.
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
0 0 votes
Article Rating

Start typing and press Enter to search

Shopping Cart
0
Would love your thoughts, please comment.x
()
x