PDA

View Full Version : How to link TS with mysql database ?


Deckard33
21-04-2005, 17:37
I want to link my TS2 server with a mysql database
My sql server => 4.x.x

--------------------------------------------------------------------------
Here is the post I've found on the TS forum =>

I had the user/passwd problem as well under Win2k. I had set the users with the MySQL controll center which somehow doesn't seems to set the password right.
Are you really sure you can connect to the empty TS database with the user you have linked in the server.ini ?
If I remember right, I had to set the rights in the end on the console as I didn't got it work with the controll center.


That's my server.ini section:

[DBEXPRESS]
sqldir=C:/Programme/Teamspeak2_RC2_2010/mysql_sql/
Drivername=mysql
Database=guldi_ts_1
Hostname=localhost
User_name=guldi
Password=******
GetDriverFunc=getSQLDriverMYSQL
VendorLib=C:/mysql/lib/opt/libmySQL.dll
LibraryName=C:/Programme/Teamspeak2_RC2_2010/dbexpmysql.dll
Active=1

For this I have a user:
'guldi@localhost' which has Global privilegs and the right to the guldi_ts_1 database.
--------------------------------------------------------------------------

My question => where can I find the libmySQL.dll file ?
When I have it installed on my computer and I have its absolute path indicated in the server.ini file can I expect to see my TS2 server working and using a mysql database ?

Thank you in advance