Jump to content
  • 0
Sign in to follow this  
pajodex

Server Wipe

Question

4 answers to this question

Recommended Posts

  • 0
TRUNCATE TABLE `table_name1`;TRUNCATE TABLE `table_name2`;

And so on.

 

If you don't have permissions to truncate tables, I'd reccommend you to use: DELETE FROM `table_name`

 

But what I should truly reccommend is dropping all tables for the database then loading them again, which can even be faster than that.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.