Community Forums Today's Posts     Member List     Archive    
Results 1 to 9 of 9
  1. #1
    Join Date
    Nov 2010
    Location
    Germany
    Posts
    5

    Teamspeak 3 with MySQL Database

    Hello,
    i have a question how i get started my Teamspeak 3 server with my MySQL Server ?

    I Have a ts3db_mysql.ini and a ts3server.ini !

    because it isn started with my MySQL Server.

    Have your a answer of my problem ?
    Last edited by Tim_2010; 06-02-2011 at 11:15.

  2. #2
    Join Date
    May 2010
    Posts
    6,372
    Hello

    Use this start command (you must use the start parameter) :
    Code:
    ./ts3server_win<arch>.exe inifile=ts3server.ini
    You can use the DOS shell or create a shorcut and add "inifile=ts3server.ini" at the end of the target.

    Info :
    This question has been answered many times in this forum.
    Please use the search function or read the documentation.

  3. #3
    Join Date
    Nov 2010
    Location
    Germany
    Posts
    5
    Thanks for your Answer but the shortcut goes, because not with mysql.
    I have use the Search but I find always linux not windows and in the documentation is it vor linux not for windows

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    An example with my test server :
    Code:
    "D:\0-TEAMSPEAK-3\SERVEUR\BETA 31-PRE-4\teamspeak3-server_win32\ts3server_win32.exe" inifile=ts3server.ini
    And, of course, the documentation is for all supported systems.

  5. #5
    Join Date
    Nov 2010
    Location
    Germany
    Posts
    5
    My Shortcut code is: D:\teamspeak3\ts3server_win64.exe inifile=ts3server.ini

    is it false ?

  6. #6
    Join Date
    May 2010
    Posts
    6,372
    It's right.

    So, do you get an error or information message in your server log ?
    Post your ts3server.ini and ts3db_mysql.ini files

  7. #7
    Join Date
    Nov 2010
    Location
    Germany
    Posts
    5
    Error Massage:
    2011-02-06 16:37:06.610400|INFO |ServerLibPriv | | Server Version: 3.0.0-beta30 [Build: 12998], Windows
    2011-02-06 16:37:06.610400|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH
    2011-02-06 16:37:06.610400|INFO |DatabaseQuery | | dbPlugin version: 1
    2011-02-06 16:37:06.641600|CRITICAL|SQL | | db_CreateTables() unable to load instance default values

    ts3db_mysql.ini

    [config]
    host='localhost'
    port='3306'
    username='bn-name'
    password='pw'
    database='ts-database'
    socket=

    ts3server.ini
    machine_id=
    default_voice_port=9987
    voice_ip=127.0.0.1
    licensepath=
    filetransfer_port=30033
    filetransfer_ip=127.0.0.
    query_port=10011
    query_ip=127.0.0.1
    dbplugin=ts3db_mysql
    dbpluginparameter=ts3db_mysql.ini
    dbsqlcreatepath=create_mysql/
    logpath=logs
    logquerycommands=1

  8. #8
    Join Date
    Nov 2010
    Location
    Germany
    Posts
    5
    I hat found my error i have the database created inmy MySQL Server with Tabels !
    I Deletet the Tabels and start the Server and ist run with database !

    Thank for you help.

  9. #9
    Join Date
    May 2010
    Posts
    6,372
    Good news.

    Quote Originally Posted by Tim_2010 View Post
    Thank for you help.
    You're welcome

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. connecting teamspeak server to remote mysql database
    By goarack in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 11-06-2009, 03:10
  2. How do I set the MySQL database?
    By Aeaus in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 05-05-2007, 13:02
  3. MySQL database creation.
    By Artok in forum [TeamSpeak 2] Addons & Scripts
    Replies: 0
    Last Post: 18-12-2005, 17:19
  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

Posting Permissions

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