Results 1 to 11 of 11
-
15-03-2012, 16:43 #1
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Polad / Lublin
- Posts
- 11
unable to load database plugin library "libts3db_mysql.so", halting!
I need to run server on MySQL.
I used this comand:
Returns:Code:./ts3server_linux_amd64 inifile=ts3server.ini
ldd libts3db_mysql.so2012-03-15 16:41:18.850558|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.2 (2012-02-29 05:39:32)
2012-03-15 16:41:18.850772|INFO |DatabaseQuery | | Please make sure you use the supplied ts3server_minimal_runscript.sh to run the server, or set LD_LIBRARY_PATH yourself
2012-03-15 16:41:18.850804|CRITICAL|DatabaseQuery | | unable to load database plugin library "libts3db_mysql.so", halting!
INI File:Code:linux-vdso.so.1 => (0x00007fffd3385000) libmysqlclient.so.15 => /usr/lib/libmysqlclient.so.15 (0x00007f21c1556000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f21c1242000) libm.so.6 => /lib/libm.so.6 (0x00007f21c0fbf000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f21c0da9000) libc.so.6 => /lib/libc.so.6 (0x00007f21c0a47000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x00007f21c080f000) libnsl.so.1 => /lib/libnsl.so.1 (0x00007f21c05f7000) libz.so.1 => /usr/lib/libz.so.1 (0x00007f21c03e0000) librt.so.1 => /lib/librt.so.1 (0x00007f21c01d7000) /lib64/ld-linux-x86-64.so.2 (0x00007f21c1ab9000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007f21bffbb000)
ts3db_mysql.iniCode:machine_id= default_voice_port=9987 voice_ip=91.205.**.** liscensepath= filetransfer_port=30033 filetransfer_ip=91.205.**.** query_port=10011 query_ip=91.205.**.** dbplugin=ts3db_mysql dbpluginparameter=ts3db_mysql.ini dbsqlpath=sql/ dbsqlcreatepath=create_mysql/ logpath=logs logquerycommands=1
Help me!Code:[config] host=localhost port=3306 username=ts3 password=** hidden ** database=ts3 socket=
OS: Debian 6.0 64bit
-
15-03-2012, 16:48 #2
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Hello
Please don't ignore the informative message from your server log :
Originally Posted by PoL4k
You have to use the startscript or the minimal_runscript
Originally Posted by PoL4k
in your case
Also, don't forget to read the documentationCode:./ts3server_startscript.sh start inifile=ts3server.ini or ./ts3server_minimal_runscript.sh inifile=ts3server.ini

TeamSpeak 3 Server Quick Start.txt
Note:
This question has been answered many times on this forum. Next time please use the forum search function
-
15-03-2012, 17:10 #3
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Polad / Lublin
- Posts
- 11
Server() DatabaseError
ts3@debian:~/srv$ ./ts3server_minimal_runscript.sh inifile=ts3server.ini
./ts3server_startscript.sh start inifile=ts3server.iniCode:2012-03-15 17:08:57.273219|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.2 (2012-02-29 05:39:32) 2012-03-15 17:08:57.273936|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH 2012-03-15 17:08:57.273968|INFO |DatabaseQuery | | dbPlugin version: 1 2012-03-15 17:09:12.292514|ERROR |DatabaseQuery | | mysql_real_connect() failed with error: Can't connect to MySQL server on 'localhost' (111) 2012-03-15 17:09:12.292574|CRITICAL|ServerLibPriv | | Server() DatabaseError ts3@debian:~/srv$
I haven't any tables in db.Code:TeamSpeak 3 server started, for details please view the log file ts3@debian:~/srv$ 2012-03-15 17:10:26.868759|CRITICAL|ServerLibPriv | | Server() DatabaseError
-
15-03-2012, 17:31 #4
-= TeamSpeak Guru =-
- Join Date
- May 2010
- Posts
- 6,372
Do you check your mysql server configuration ?
Originally Posted by PoL4k
The ts3 mysql user is allow to connect with the localhost address (do you try with the IP instead) ?
Are you able to connect on the mysql server with another tool like HeidiSQL or the mysql command ?Last edited by florian_fr40; 15-03-2012 at 22:26.
-
15-03-2012, 17:40 #5
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Polad / Lublin
- Posts
- 11
I set root in connection now and returns:
Code:2012-03-15 17:32:05.237354|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.2 (2012-02-29 05:39:32) 2012-03-15 17:32:05.238005|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH 2012-03-15 17:32:05.238037|INFO |DatabaseQuery | | dbPlugin version: 1 2012-03-15 17:32:05.238454|ERROR |DatabaseQuery | | mysql_real_connect() failed with error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) 2012-03-15 17:32:05.238487|CRITICAL|ServerLibPriv | | Server() DatabaseError
-
15-03-2012, 17:48 #6
-= TeamSpeak Addict =-
- Join Date
- Apr 2011
- Location
- Germany
- Posts
- 284
can you connect to the database using the mysql command line interpreter?
try "mysql -u ts3 -p ts3" ...
-
15-03-2012, 17:51 #7
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Polad / Lublin
- Posts
- 11
mysql
Code:mysql: relocation error: mysql: symbol strmov_overlapp, version libmysqlclient_16 not defined in file libmysqlclient.so.16 with link time reference
A try to fix them and I didn't find anything about this.
-
15-03-2012, 18:08 #8
-= TeamSpeak Addict =-
- Join Date
- Apr 2011
- Location
- Germany
- Posts
- 284
To me it seems your whole mysql installation is quit, lets say bugged. So it might help a lot to fix mysql first or change to sqlite db for ts3.
-
15-03-2012, 18:11 #9
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Polad / Lublin
- Posts
- 11
Do you know how i can fix this bug?
-
15-03-2012, 18:27 #10
-= TeamSpeak Addict =-
- Join Date
- Apr 2011
- Location
- Germany
- Posts
- 284
If you search mysql related forums and other boards you might find some hints.
I found so far, that some debian/ubuntu users got that error because some mysql related paket was not installed properly. Some users stated that it occured after a not so smooth mysql related paket update. Some also state that a complete remove and reinstall of *all* mysql related pakages solved their issues.
So my advice is... look through the net how to fix you mysql problem or use sqlite for you ts3 server.
-
15-03-2012, 18:29 #11
-= TeamSpeak User =-
- Join Date
- Nov 2010
- Location
- Polad / Lublin
- Posts
- 11
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
unable to load database plugin library, halting!
By jeremyr in forum Linux / FreeBSDReplies: 16Last Post: 27-07-2012, 11:50 -
[Resolved] unable to load database plugin library "libts3db_mysql.so", halting! linux ts3 servs
By Corrupter in forum Linux / FreeBSDReplies: 4Last Post: 26-01-2012, 07:26 -
Solution for unable to load database plugin library "libts3db_mysql.so"
By SShaadd in forum Server SupportReplies: 1Last Post: 22-11-2010, 16:25 -
ubuntu 9.10 unable to load database plugin library libts3db_sqlite3.so, halting.
By shemo in forum Linux / FreeBSDReplies: 3Last Post: 29-04-2010, 20:36 -
Unable to load database plugin library, halting!
By jasarien in forum Mac OS XReplies: 3Last Post: 05-02-2010, 05:54


Reply With Quote
