Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    22

    Question MySQL database hangs teamspeak process

    I have recently switched to MySQL as a database backend, and technically it is working. There is an annoying issue though: whenever a change is made in the database (creating a new channel, adding user groups, modifying permissions), the server hangs for a bit, resulting in inaudible/chopped-up words during a conversation.

    This is annoying especially when a large amount of changes are made, but does not make it unuseable. I would like to know though if there are any ways to mitigate this problem.

    I'm using TS 3.0.5 on Windows Server 2008 R2 with MySQL 5.5.8.

    The shortcut points to "D:\Programme\teamspeak3-server_win64\ts3server_win64.exe dbplugin=ts3db_mysql dbsqlcreatepath=create_mysql/"

    Contents of "ts3db_mysql.ini"

    Code:
    [config]
    host=localhost
    port=3306
    username=ts3db
    password=my_cool_password
    database=ts3db
    socket=
    It does not matter if I provide a socket or not, but this seems to be a linux-only feature anyway (?).

    A webserver running on the same host does not have any such problems. Websites using PHP and MySQL accessed via the webbrowser are loading up smoothly and without delay.

  2. #2
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    you seem to be missing the dbpluginparameter=s3db_mysql.ini Parameter...

  3. #3
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    22
    Well, it doesn't seem to be necessary, as it apparently takes the correct information from the file anyway (it does connect to the database with the user and password in the INI file).

    I can add it, but I don't think it has something to do with the problem, as this seems to be the default fallback. Or are you saying that searching for the settings hangs the process?

    *Edit: adding that parameter changes nothing.
    Last edited by eViLsTieFel; 05-06-2012 at 22:54.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Teamspeak 3 with MySQL Database
    By Tim_2010 in forum Windows
    Replies: 8
    Last Post: 06-02-2011, 16:53
  2. connecting teamspeak server to remote mysql database
    By goarack in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 11-06-2009, 03:10
  3. How do I set the MySQL database?
    By Aeaus in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 05-05-2007, 13:02
  4. Need help Mysql database
    By om3ega in forum [TeamSpeak 2] Server Support
    Replies: 3
    Last Post: 23-03-2004, 17:53
  5. MySQL-database
    By EdSchouten in forum [TeamSpeak 2] General Questions
    Replies: 39
    Last Post: 04-01-2004, 07:52

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •