Jolrael
16-06-2006, 11:56
Problem
I want to install Teamspeak getting it's data from a MySQL server. I've read the README.mysql file and configured my teamspeak server accordingly.
Only, when starting up, the Teamspeak server does create my Teamspeak tables (which would confirm a working MySQL connection between TS and MySQL), but after the last table, it dies with an error:
---------------------------------------------------------------
-------------- log started at 16-06-06 11:42 -------------
---------------------------------------------------------------
16-06-06 11:42:57,ALL,Info,server, Server init initialized
16-06-06 11:42:57,ALL,Info,server, Server version: 2.0.20.1 Linux
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_servers
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_server_privileges
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_channels
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_channel_privileges
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_clients
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_bans
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 16-06-06 11:42 --------------
---------------------------------------------------------------
16-06-06 11:42:57,ERROR,Info,server, EDatabaseError: dbExpress Error: Operation Not Supported
When I look at the MySQL database, it does show me the named tables, but no data in them.
The startup command prints the following:
starting the teamspeak2 server
Error starting daemon. Aborted
My server.ini contains:
[Main Config]
BoundToIp1=xxx.xxx.xxx.xxx
ExternalIPDectection=1
HTTPServer Port=14534
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234
AllowedClientNameChars=
DisAllowedClientNameChars=()[]{}
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=test
Hostname=localhost
User_name=test
Password=test
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1
[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL
[WebPost]
AdminEmail=na
ISPLinkURL=na
ISPName=Private
ISPCountryNumber=0
Enabled=1
PostURL=
ListPublic=1
UserAgent=teamspeak
[log]
access_r=0
access_u=0
channel_registerred=0
channel_unregisterred=0
sa=0
chat=0
kick_server=0
kick_channel=0
[Spam]
max_commands=10
in_seconds=2
I'm running the following:
MySQL server 4.1.14-6
ts2_server_rc2_20201.tar.bz2
A push in the right direction would be greatly apperciated :)
I want to install Teamspeak getting it's data from a MySQL server. I've read the README.mysql file and configured my teamspeak server accordingly.
Only, when starting up, the Teamspeak server does create my Teamspeak tables (which would confirm a working MySQL connection between TS and MySQL), but after the last table, it dies with an error:
---------------------------------------------------------------
-------------- log started at 16-06-06 11:42 -------------
---------------------------------------------------------------
16-06-06 11:42:57,ALL,Info,server, Server init initialized
16-06-06 11:42:57,ALL,Info,server, Server version: 2.0.20.1 Linux
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_servers
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_server_privileges
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_channels
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_channel_privileges
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_clients
16-06-06 11:42:57,WARNING,Info,SQL, created table ts2_bans
----------------------------------------------------------
---------------------------------------------------------------
--------------- log ended at 16-06-06 11:42 --------------
---------------------------------------------------------------
16-06-06 11:42:57,ERROR,Info,server, EDatabaseError: dbExpress Error: Operation Not Supported
When I look at the MySQL database, it does show me the named tables, but no data in them.
The startup command prints the following:
starting the teamspeak2 server
Error starting daemon. Aborted
My server.ini contains:
[Main Config]
BoundToIp1=xxx.xxx.xxx.xxx
ExternalIPDectection=1
HTTPServer Port=14534
HTTPServer Enabled=1
DateTimeFormat=dd-mm-yyyy hh:nn:ss
TCPQueryPort=51234
AllowedClientNameChars=
DisAllowedClientNameChars=()[]{}
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=test
Hostname=localhost
User_name=test
Password=test
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1
[debug]
MessageTypes=LMTALL
MessageDepths=LMDALL
[WebPost]
AdminEmail=na
ISPLinkURL=na
ISPName=Private
ISPCountryNumber=0
Enabled=1
PostURL=
ListPublic=1
UserAgent=teamspeak
[log]
access_r=0
access_u=0
channel_registerred=0
channel_unregisterred=0
sa=0
chat=0
kick_server=0
kick_channel=0
[Spam]
max_commands=10
in_seconds=2
I'm running the following:
MySQL server 4.1.14-6
ts2_server_rc2_20201.tar.bz2
A push in the right direction would be greatly apperciated :)