Hey, guys! I have been doing a lot of research on SQL, but I cannot seem to figure this out. I want to delete all of the vehicles from my server because I have changed some settings in my init.sqf. I would like to make a batch file to do so. I am using MySQL Workbench along with XAMPP. They are both installed in the same folder on my desktop.
I think this is the right code, but I don't know how to lump it all into a batch file.
DELETE FROM object_data
Thanks in advance! :-)
P.S. I tried to delete all of the vehicles directly in MySQL Workbench, but I couldn't get it to work.
Question
ShoobieStomper
Hey, guys! I have been doing a lot of research on SQL, but I cannot seem to figure this out. I want to delete all of the vehicles from my server because I have changed some settings in my init.sqf. I would like to make a batch file to do so. I am using MySQL Workbench along with XAMPP. They are both installed in the same folder on my desktop.
I think this is the right code, but I don't know how to lump it all into a batch file.
DELETE FROM object_data
Thanks in advance! :-)
P.S. I tried to delete all of the vehicles directly in MySQL Workbench, but I couldn't get it to work.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now