deleting all data in a db
am 17.07.2007 22:15:37 von laredotornadoHi,
I'm using php 4.4.4 with MySQL 5.0 running on Linux. Short of
dropping the database (which my user doesn't have access to), what is
the simplest way to drop all tables in the DB? Note that there are
some foreign key constraints that make things interesting.
Thanks for your help, - Dave