Big command based SQL dumps fixer! menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    pirata's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Big command based SQL dumps fixer!

    Hi, a lot of ppl (like me) were having problem importing those giga-insert-comand sql dumps files (mainly with recent NCDB upload), so I developed this program that "fixes" them, use is very trivial, just run:

    Code:
    sqlfix <nameofdb.sql>
    It will generate a file with same name with "_fix" suffix in name (ie: sqlfix database.sql generates database_fix.sql) with all insert commands truncated to 32 inserts, if u wanna try bigger inserts just pass second parameter (numeric of course), ie sqlfix database.sql 128 will make database_fix.sql with 128 row-based inserts..

    I've put a nice banner with mi nick to the program so nobody flame me about stolen content

    I'm new here so.. if u like it.. +Rep would be appreciated

    Here is the link:

    sqlfix

    Big command based SQL dumps fixer!
  2. #2
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First post Yay!

    And very nice...I will +Rep you when I can just dont ask for rep next time...
    Immortal GamerZ Under Development!

  3. #3
    pirata's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hehehe well.. this site tell us to do so, I see that everywhere and it's not very nice to see "a leecher if.." :s and one cannot do lot of things w/o rep -.-

    Sth I didn't told and I see question coming.. YES! this program fixes the "MySQL gone away" msg..

  4. #4
    j00nas's Avatar Member
    Reputation
    10
    Join Date
    Dec 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Easiest way to get rid of that ``Error 2006 MySQL server has gone away``
    would have been just adding a line to mysql config-ini:
    max_allowed_packet=60M

    But anyways, +Rep

  5. #5
    y2kss66's Avatar Member
    Reputation
    104
    Join Date
    Jan 2008
    Posts
    778
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    don't ask for +Rep

  6. #6
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Weve already covered the Dont Ask for +Rep but however this is still a awesome release I want him to keep em commin!
    Immortal GamerZ Under Development!

  7. #7
    KaMakaZe's Avatar Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    A bit more detail how to run this please? Will +Rep if i get a bit more detail how to get this working.

    Do the steps like describing it to a total noob. Cheers

  8. #8
    bsod-staff14's Avatar Member
    Reputation
    35
    Join Date
    Nov 2008
    Posts
    443
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol well first buddy do you have a server?
    Immortal GamerZ Under Development!

  9. #9
    volitle's Avatar Contributor
    Reputation
    181
    Join Date
    Nov 2007
    Posts
    1,127
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol he wouldnt be in this section if he didnt have a server


  10. #10
    KaMakaZe's Avatar Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I do indeed own a server. I need NCDB but im getting the mysql "MySQL server has gone away" error when extracting NCDB. I understand that this is NCDB compressing the quierys and overloading the packet sizes that MySQL is set to accept.

    Hopefully this tool is easier than changing mysql configurations. But i need a bit more detail on how to do it. :P

    Please...

  11. #11
    pirata's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just as first post say, "sqlfix database.sql"

    What's so complicated? o.O

  12. #12
    KaMakaZe's Avatar Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well, the console closes instantly when i run the program, if thats where im meant to type it? I dont even get a chance... thats why im a little confused.

  13. #13
    pirata's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Strange behaviour, console closes? seems like a M$-Win restriction..

    BTW, r u running it at same dir you sql dump is? (and using right file name of course..)

    Lets say you downloaded a "Repack" you extracted into C:\WotLK Repack, it then has a subdir named "SQL", and a dump for world database named "world.sql", you just put sqlfix.exe into C:\WotLK Repack\SQL, then execute CMD.EXE, cd "C:\Wotlk Repack\SQL", run "sqlfix world.sql", that's all

    Or are u just "double clicking" sqlfix.exe? obviously that would make NOTHING...

  14. #14
    KaMakaZe's Avatar Member
    Reputation
    22
    Join Date
    Sep 2007
    Posts
    111
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    lol, didn't relise had to be ran through cmd. Works perfect. +Repx2

    No longer a leecher
    Editing the MySQL config is easier though. xD

  15. #15
    pirata's Avatar Member
    Reputation
    6
    Join Date
    Oct 2008
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KaMakaZe View Post
    lol, didn't relise had to be ran through cmd. Works perfect. +Repx2

    No longer a leecher
    Hahaha tx! BTW it keeps saying I'm a leecher

    Originally Posted by KaMakaZe View Post
    Editing the MySQL config is easier though. xD
    Mmm I don't think so, I just don't like too-many stepped setups :yuck:, so with this tool u just forget about it :wave:

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] LUA-Commands as SQL DB-Table
    By sheepking in forum WoW EMU General Releases
    Replies: 4
    Last Post: 10-16-2009, 07:46 AM
  2. [Share] NCDB - R3 SQL Dump
    By Stabatha in forum World of Warcraft Emulator Servers
    Replies: 12
    Last Post: 06-19-2008, 05:40 AM
  3. [Guide]Putting a lot of SQL files into 1 big SQL file FAST !
    By latruwski in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 03-25-2008, 07:00 AM
  4. Replies: 37
    Last Post: 11-30-2007, 08:31 AM
All times are GMT -5. The time now is 02:37 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search