Jump to content

SQL Cleanups - Someone mind sharing?


Kimzer

Recommended Posts

@echo off

:Settings
set scriptpath=C:\Program Files\Steam\SteamApps\Common\Arma 2 Operation Arrowhead\scripts\
set mysqlpath=C:\Program Files\MySQL\MySQL Server 5.6\bin

:Run Cleanup SQL
cd /d "%mysqlpath%"
echo Deleting damaged objects...
mysql -h 127.0.0.1 -u USERNAME -pPASSWORD -D DATABASE< "%scriptpath%"\NAMEOFSQLFILE.sql
ping 127.0.0.1 -n 15 >NUL
echo Successful... I think.
ping 127.0.0.1 -n 10 >NUL
Link to comment
Share on other sites

  On 2/8/2015 at 8:52 PM, Gr8 said:

The List of script that cen posted is not correctly formatted, You cannot run all of it at the same time. Only one by one.

 

Here is the Correct Format for all the scripts plus some extra ones by me:

 

  Reveal hidden contents

 

I don't see the differences between yours and Cen's.....?

Link to comment
Share on other sites

In forums, there should be an option against each profile / person to donate to his paypal etc based on his contribution. E.g. I feel like I should thank and appreciate what Cen did by donating 5-10 usd to him just as a token of appreciation for the good contribution he did for the general masses. I will pick up a few of these as well :)

 

Respect!!!

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Discord

×
×
  • Create New...