PDA

View Full Version : MySQL 5.0.22 and TeamSpeak


Varista
19-12-2006, 11:29
I have tried every tutorial and every MySQL library I could find on this forum, and I just cannot get it to work. It keeps coming back with the same error: Cannot find <SQL Library here>. I'm placing them in the team speak directory, but I'm not sure if that we exactly what was meant by the tutorials... Anyhow, if anyone knows a specific issue this could be with MySQL 5, I'd greatly appreciate the information. I'm in a rush at the moment, so I can't proivide the ini config or server log, but if that is needed I will post it as soon as I can. Thanks in advance.

Reedy Boy
19-12-2006, 16:48
I have tried every tutorial and every MySQL library I could find on this forum, and I just cannot get it to work. It keeps coming back with the same error: Cannot find <SQL Library here>. I'm placing them in the team speak directory, but I'm not sure if that we exactly what was meant by the tutorials... Anyhow, if anyone knows a specific issue this could be with MySQL 5, I'd greatly appreciate the information. I'm in a rush at the moment, so I can't proivide the ini config or server log, but if that is needed I will post it as soon as I can. Thanks in advance.

Best known working method

http://forum.goteamspeak.com/showpost.php?p=147009&postcount=68

There is another method using a 3rd party library from another file, but it has a time limit

You need the relevant library, and also a copy of libmysql.dll in your directory (TS dir)


The server.ini part needs ot be something like
[DBEXPRESS]
sqldir=mysql_sql\
Drivername=openodbc
Database=DSN=MySQL-Localhost;DB=ts
Hostname=localhost
User_name=root
Password=password
GetDriverFunc=getSQLDriverODBC
VendorLib=ODBC32.DLL
LibraryName=dbxoodbc.dll
Active=1

For the posted method