Blank database with doors and zonelines?
Is it possible to get a blank database with just doors, objects, and zonelines anywhere? If could anyone help me with the sql commands to drop all the data besides these items?
|
To delete all the data in a table the mysql syntax is:
DELETE FROM tablename; Just plug in one of those for every table you want empty. |
Thank you, exactly what I needed :)
|
Also, if using Navicat, you can simply right click the table and select "Empty Table" to do the same thing. I commonly use that to empty out the hackers table.
|
All times are GMT -4. The time now is 09:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.