Click here to Skip to main content
15,886,678 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have unknowingly imported a sql file into mysql database of phpmyadmin.
Now i need to delete the tables that i imported from mysql database. How can I find the tables?
Posted

1 solution

go the phpmyadmin then select your database which u want to delete where u can see the list of table.
and there you can see the "Drop" link next to the table name.just click this tab this will delete your table
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900