Results 1 to 1 of 1
I am trying to make Teamspeak 2 work with mySQL over sqlite ...
It requires the following be added to the server.ini file
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=xxxxxxxxxxxxxxxx
Hostname=localhost
User_name=xxxxxxxxxxxxx
Password=xxxxxxxxxxxx
...
- 02-11-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 6
Finding mySQL library name?
I am trying to make Teamspeak 2 work with mySQL over sqlite ...
It requires the following be added to the server.ini file
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=xxxxxxxxxxxxxxxx
Hostname=localhost
User_name=xxxxxxxxxxxxx
Password=xxxxxxxxxxxx
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0
LibraryName=./libsqlmy.so
Active=1
The only think I am not sure how to find is the Vendor Library path and its name?
I am running DirectAdmin if it influences the process of finding that path and its name!


Reply With Quote