Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

dropping database tables without dropping database or finding all the table names

delete all the tables from a database
many tables, do not want to copy and paste many times





I can not just drop the database and create database
because I am using shared hosting
Avatar of davemj9876
davemj9876
Flag of New Zealand image

What level of access do you have to the database.  Command line, only through something like php etc?  The answer will depend on what access you have
Avatar of Loganathan Natarajan
I think you need like this simple mysql management tool (not like phpMyAdmin) .. download this ,  configure and upload in your shared hosting,
http://sqlbuddy.com/

so you can easily access Db tables, change, alter all are possible.
Avatar of rgb192

ASKER

i am using mysql workbench query tool

because I have shared hosting, I can not create a database
I can do many operations (delete database, create/delete table)
If you have using shared hosting, it might be limited to create db. just ask them for more details.

also, you can get phpMyAdmin access on browser itself.
ASKER CERTIFIED SOLUTION
Avatar of aplusexpert
aplusexpert

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks for db script