PDA

View Full Version : Getting MySQL 5 to work on TS for *FREE*


DeMiNe0
11-04-2008, 05:28
OK, im having the same exact problem as this guy here:
http://forum.teamspeak.com/showthread.php?t=24654

It looks like im having this issue because of limitations in the trial of the driver im using libsqlmda.so.4.20.

Is there a free alternative I can use to make this work? It's bullshit that I should need to pay $100 to use teamspeak with mysql...

ozman
11-04-2008, 05:43
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=*******
Hostname=127.0.0.1
User_name=*********
Password=********
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/PATH/TO/LIBS/libmysqlclient_r.so.10.0.0
LibraryName=/PATH/TO/LIBS/libsqlmy.so
Active=1

WITH THIS YOU NEED TO RUN AT THE MYSQL PROMPT
mysql>SET PASSWORD FOR
'TheTSdbUser'@'localhost' = OLD_PASSWORD('***************');

ATACHED ARE THE LIBS NEDED TO CONNECT TO MYSQL