Yes, you want to go to PHPMyAdmin. Once there you will need to select your Database, then the very first thing you do is go to the "Export" tab and click "Go" so you will have a complete backup of your DB. Messing around in here can cause you bigger problems that you may not be able to recover from.
Then click the "Structure" tab.
Then select the "award" tables
Then check what you selected
Then check what you selected again
Then one last time check what you selected again
Once you are sure you are selecting the correct tables, scroll down to the bottom and from the selection menu box chose "drop". Once you confirm that is what you want to do the tables are gone. The only way to get them back (if you selected something wrong) is to restore from a backup (which should have been the first thing you did before dropping any table from a database).
|