1.12.1 MySQL/server DB help menu

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 33
  1. #16
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Haha, you get a new modem yet?

    1.12.1 MySQL/server DB help
  2. #17
    XxXGenesisXxX's Avatar Sergeant Major
    Reputation
    67
    Join Date
    Apr 2012
    Posts
    154
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, you love hijacking threads :P

    And not really, borrowing a mates, but it gives a bad IP and can't even make a connection between it and my computer. So I cbf setting up a static IP just to get into the modem. Just using my crap one.

  3. #18
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love hijacking all! Anyway, i'm making my first guide video, so I won't respond to much =P

  4. #19
    XxXGenesisXxX's Avatar Sergeant Major
    Reputation
    67
    Join Date
    Apr 2012
    Posts
    154
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    All good I was about to continue on a guide I'm writing atm anyway, was thinking the same thing lol :P

  5. #20
    Carnifex5's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey guys, looks like everything is set, besides the config file for world, I've located what -appears- to be the config file, but the information doesn't match that found in the link Genesis gave me, so is there anyway to just copy + paste into this one and use it as a config file or how do I go about it?

    For reference:
    http://www.ownedcore.com/forums/worl...asy-guide.html (Making your MANGOS/Trinity Server Public (EASY GUIDE))
    Step 5

    As for my modem it's a Thomson, and I've added the port openings into the firewall, as for the other stuff (Besides Carnifex being kickass) I'm not entirely sure what what you're discussing :s

  6. #21
    XxXGenesisXxX's Avatar Sergeant Major
    Reputation
    67
    Join Date
    Apr 2012
    Posts
    154
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    No you can't, the guide is for a newer core, their configs would be incompatible. If you copy and paste your configs on here with the [*CODE][*/CODE] tags (minus the astrixes), then I can color and explain to you what needs to be changed. Just put a fake password in the password sections as long as they're consistant.

  7. #22
    Carnifex5's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Okay so this is the only config file I found in there, as I said it looks.. way off,

    Code:
    # large settings.
    sort_buffer_size=256K
    
    
    #*** INNODB Specific options ***
    
    
    # Use this option if you have a MySQL server with InnoDB support enabled
    # but you do not plan to use it. This will save memory and disk space
    # and speed up some things.
    #skip-innodb
    
    # Additional memory pool that is used by InnoDB to store metadata
    # information.  If InnoDB requires more memory for this purpose it will
    # start to allocate it from the OS.  As this is fast enough on most
    # recent operating systems, you normally do not need to change this
    # value. SHOW INNODB STATUS will display the current amount used.
    innodb_additional_mem_pool_size=3M
    
    # If set to 1, InnoDB will flush (fsync) the transaction logs to the
    # disk at each commit, which offers full ACID behavior. If you are
    # willing to compromise this safety, and you are running small
    # transactions, you may set this to 0 or 2 to reduce disk I/O to the
    # logs. Value 0 means that the log is only written to the log file and
    # the log file flushed to disk approximately once per second. Value 2
    # means the log is written to the log file at each commit, but the log
    # file is only flushed to disk approximately once per second.
    innodb_flush_log_at_trx_commit=1
    
    # The size of the buffer InnoDB uses for buffering log data. As soon as
    # it is full, InnoDB will have to flush it to disk. As it is flushed
    # once per second anyway, it does not make sense to have it very large
    # (even with long transactions).
    innodb_log_buffer_size=2M
    
    # InnoDB, unlike MyISAM, uses a buffer pool to cache both indexes and
    # row data. The bigger you set this the less disk I/O is needed to
    # access data in tables. On a dedicated database server you may set this
    # parameter up to 80% of the machine physical memory size. Do not set it
    # too large, though, because competition of the physical memory may
    # cause paging in the operating system.  Note that on 32bit systems you
    # might be limited to 2-3.5G of user level memory per process, so do not
    # set it too high.
    innodb_buffer_pool_size=100M
    
    # Size of each log file in a log group. You should set the combined size
    # of log files to about 25%-100% of your buffer pool size to avoid
    # unneeded buffer pool flush activity on log file overwrite. However,
    # note that a larger logfile size will increase the time needed for the
    # recovery process.
    innodb_log_file_size=50M
    
    # Number of threads allowed inside the InnoDB kernel. The optimal value
    # depends highly on the application, hardware as well as the OS
    # scheduler properties. A too high value may lead to thread thrashing.
    innodb_thread_concurrency=8
    >Hope I tagged it right
    For a newer core you say, well if all else fails, if you know of a repack that has everything I need (if this one clearly doesn't) then by all means link away.

  8. #23
    XxXGenesisXxX's Avatar Sergeant Major
    Reputation
    67
    Join Date
    Apr 2012
    Posts
    154
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You tagged it right, but that's not a config file. You should have a folder called configs. Or possibly in your server folder do you have anything with ".conf.dist" at the end? What repack are you using?

  9. #24
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Not sure how to help you. Just go hamachi IMO.

  10. #25
    Carnifex5's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Apparently not, sadly. Searched and all, even with hidden folders on, just incase.
    Repack =
    EPIC Pre-TBC repack! + Dyns/Hosts/1.12.1 Download

  11. #26
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    repacks are bad, b ut use AlterWoW's. Only working vanilla repack out there xD

  12. #27
    Carnifex5's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    http://www.ownedcore.com/forums/worl...-1-repack.html (AlterWoW's Pre-TBC/Vanilla 1.12.1 Repack) <= This one? I downloaded that and had a quick look, there's no confs in there either, besides the one already posted here.

  13. #28
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Get teamviewer, i'll set it up for you.

  14. #29
    Carnifex5's Avatar Private
    Reputation
    1
    Join Date
    Oct 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by turtleswin View Post
    Get teamviewer, i'll set it up for you.
    Alrighty, got MSN?

  15. #30
    turtleswin's Avatar Banned
    Reputation
    28
    Join Date
    Sep 2012
    Posts
    166
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have skype, that okay?

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Database] SQL Error (2006): MySQL server has gone away. Anyone that can help?
    By Tommyruin in forum WoW EMU Questions & Requests
    Replies: 9
    Last Post: 04-02-2013, 11:42 AM
  2. |HELP| MySQL Server 5 Error +rep!
    By thegame240 in forum World of Warcraft Emulator Servers
    Replies: 26
    Last Post: 04-26-2008, 06:33 AM
  3. Can't connect to MySQL Server, please help
    By Possum in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-27-2007, 01:12 PM
  4. noob to privet servers need help
    By drumer2458 in forum Gaming Chat
    Replies: 10
    Last Post: 08-04-2007, 06:29 PM
  5. wow u.s. to europe server plz help
    By worldofwow in forum World of Warcraft General
    Replies: 5
    Last Post: 06-19-2007, 07:26 PM
All times are GMT -5. The time now is 03:51 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search