Hi, I have 50GB mysql data base (80 tables) that i need to delete some contents from it. I have a reference table that contains list if product ids that needs to be deleted from the the other tables.
now, the other tables can be 2 GB each, contains the items that needs to be deleted.
my question is: since it is not a small database, what is the safest way to delete the data in one shot in order to avoid problems.
What is the best method to verify the the entire data was deleted.
Some code example will probably be helpful.
Thanks