PDA

View Full Version : MySQL Compresser [for Windows]



Wise
16-12-13, 09:38 AM
I just got a .bat script that compresses your alot of sql files into ONE file.

I don't know if this is released somewhere in this forum or if I post it in the wrong section, but I post it anyway.



TUTORIAL:

-Make a new text document
-Write this in that document:


copy *.sql YOUR-FILE-NAME.sql



Replace the red text with what you want to name your new compressed file, like "compiressed" or "new-file" or whatever...

-save as a .bat file format! IMPORTANT!


This script will take the codes from the SQL files and put all codes into a single file. It won't mess up any coding or replace anything, it will just "stack" the codes after each other, like you would write them yourself...




Credits :

SweDev