Community Forums Today's Posts     Member List     Archive    
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2012
    Posts
    7

    MySQL not activating, server stuck on SQLite

    TS3 server amd64 3.0.5
    Intel(R) Core(TM) i7 CPU X 980
    System - Debian

    Problem : I set up .ini files, yet server does not goes MySQL mode.

    ts3server.ini
    machine_id=
    default_voice_port=9987
    voice_ip=0.0.0.0
    licensepath=
    filetransfer_port=30033
    filetransfer_ip=0.0.0.0
    query_port=10011
    query_ip=0.0.0.0
    query_ip_whitelist=query_ip_whitelist.txt
    query_ip_blacklist=query_ip_blacklist.txt
    dbplugin=ts3db_mysql
    dbpluginparameter=ts3db_mysql.ini
    dbsqlpath=sql/
    dbsqlcreatepath=create_sqlite/
    dbconnections=10
    logpath=logs
    logquerycommands=1
    dbclientkeepdays=30
    logappend=1
    ts3db_mysql.ini
    [config]
    host=localhost
    port=3306
    username=root
    password=password
    database=ts3
    socket=

  2. #2
    Join Date
    Nov 2010
    Location
    Germany
    Posts
    11
    by ts3server.ini change the the line from dbsqlcreatepath=create_sqlite/ to dbsqlcreatepath=create_sql/
    ;D
    best regards

  3. #3
    Join Date
    May 2012
    Posts
    7
    Quote Originally Posted by Benjamin_Price View Post
    by ts3server.ini change the the line from dbsqlcreatepath=create_sqlite/ to dbsqlcreatepath=create_sql/
    ;D
    best regards
    create_sql/
    create_mysql/

    didn't make any changes

    judging by logs it still makes SQLite

  4. #4
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    You have to tell the Server to use the ini File by the use of the inifile=<yourfile>.ini Parameter.

  5. #5
    Join Date
    May 2012
    Posts
    7
    Quote Originally Posted by SilentStorm View Post
    You have to tell the Server to use the ini File by the use of the inifile=<yourfile>.ini Parameter.
    ts3serv@xxxxxx:~/teamspeak3-server_linux-amd64$ ./ts3server_startscript.sh start inifile=ts3server.ini

    Nothing changed. Did I used the command wrong way ?

  6. #6
    Join Date
    May 2012
    Posts
    7
    I found the problem.
    No libmysqlclient.so.15 (the dependancy of libts3_mysql.so).

    Yet all links I find to 15th version of libmysqlclient are outdated.
    Maybe someone know where I can get this for Debian ?

    By the way, it sems that 16th is already installed on my system.

  7. #7
    Join Date
    Mar 2012
    Posts
    18
    My full howto (TS3 Squeeze , under unprivileged user) http://blog.filimonic.net/2012/03/ts...n-squeeze.html
    If short, go to http://archive.debian.org/debian/poo...ysql-dfsg-5.0/
    Download http://archive.debian.org/debian/poo...nny5_amd64.deb (for your arch of course, for LENNY) and install it.

    wget http://archive.debian.org/debian/poo...nny5_amd64.deb
    sudo dpkg -i ./libmysqlclient15off_5.0.51a-24+lenny5_amd64.deb
    Yes, since march lenny is unsupported anymore.
    Yes, they (16th and 15th) live together okay.
    Yes, no one will fix any security issues in libmysql15

  8. #8
    Join Date
    May 2012
    Posts
    7
    Quote Originally Posted by filimonic View Post
    My full howto (TS3 Squeeze , under unprivileged user) http://blog.filimonic.net/2012/03/ts...n-squeeze.html
    If short, go to http://archive.debian.org/debian/poo...ysql-dfsg-5.0/
    Download http://archive.debian.org/debian/poo...nny5_amd64.deb (for your arch of course, for LENNY) and install it.



    Yes, since march lenny is unsupported anymore.
    Yes, they (16th and 15th) live together okay.
    Yes, no one will fix any security issues in libmysql15
    Many thanks, man. I'll post here an update later, on how the things will go with.

    Succesfully installed and running, although had to do some cheating on your guide due to specific of my vps. Cheers.
    Last edited by kalstrams; 03-06-2012 at 00:21.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. MYSQL or SQLITE ?
    By Schlup in forum General Questions
    Replies: 15
    Last Post: 13-02-2012, 11:32
  2. SQLite --> MySQL
    By monkeypaw201 in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 20-12-2007, 04:58
  3. Concerning the TS2 server database (MySQL / SQLite)
    By TidalWave in forum [TeamSpeak 2] Addons & Scripts
    Replies: 3
    Last Post: 19-10-2006, 21:54
  4. MYSQL to SQLITE
    By gasxtreme in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 17-06-2005, 04:36
  5. using mysql instead of sqlite?
    By madcat in forum [TeamSpeak 2] Server Support
    Replies: 0
    Last Post: 27-09-2003, 23:14

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
  •