How To Drop All Tables From A MySQL Database
If you are doing much testing of content management systems, you end up needing to clear your database. If you don't want to set permissions up repeatedly, you end up wanting some way to clear all the tables from a database so you can set it up again. I found a way to do this (by googling of course, because I am lazy and do not want to think) that does not require dropping and recreating the database with its attendant permissions.
- Read more about How To Drop All Tables From A MySQL Database
- Log in or register to post comments