icelon / pyrit

Automatically exported from code.google.com/p/pyrit
0 stars 0 forks source link

Delete_Essid doesnt delete the data from disk #370

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. successfully cracked WPA2 key
2. delete_essid successfully completes that command
3. disk space remains the same

What is the expected output? What do you see instead?
Pyrit is NOT removing the data from the DB, I need that disk space back.
30GB per ESSID adds up, I need that space back, I need delete_essid to actually
delete the ESSID and all data associated with it.

What version of the product are you using? On what operating system?
Debian 6 
Pyrit svn r308

Original issue reported on code.google.com by kedoking...@aol.com on 21 Nov 2011 at 12:52

GoogleCodeExporter commented 8 years ago
your better using innodb_file_per_table = 1, that way you can delete each 
individual table if need be.

You will need truncate the results table to to remove the data from it.

Original comment by overchec...@gmail.com on 14 Mar 2012 at 9:23