Quote:
|
Originally Posted by DBNOOB
Hi @ll,
i want to delete the whole content of the database but not the structure.
How is this possible?
Thx @ll,
DBNOOB
|
Have to do it table by table, but that should be easy enough from a script.
An old trick - use LOAD with the REPLACE option from an empty file for each table, that avoids the logging of a DELETE.