Results 1 to 1 of 1
Thread: [Howto] TS2 Server + MySQL 5.0
-
08-06-2006, 19:08 #1
-= TeamSpeak User =-
- Join Date
- Jan 2006
- Posts
- 5
[Howto] TS2 Server + MySQL 5.0
Hello!
A small Howto for TS2 Server + MySQL 5.0
1) Download & Install TS2 Server, but NOT start! (Readme folgen)
2) Create an MySQL Table and a User who has access to it (e.g. via phpMyAdmin)
3) Change MySQL Passwort for the TS2 User
3) Create in /etc/teamspeak2-server a server.iniCode:SET PASSWORD FOR '<USER>'@'<SERVER>' = OLD_PASSWORD('<PASSWORT>');
Paste this:
Change the Values you need.Code:[DBEXPRESS] sqldir=/opt/teamspeak2-server/mysql_sql/ Drivername=mysql Database=DATABASE Hostname=127.0.0.1 (important!! do not write localhost) User_name=USERNAME Password=PASSWORD GetDriverFunc=getSQLDriverMYSQL VendorLib=/usr/lib/libmysqlclient_r.so.10.0.0 LibraryName=/opt/teamspeak2-server/libsqlmy.so Active=1
4) Now we need older MySQL Libs. Get them from http://www.pack-eis.de/index.php?p=libmysql-shared
5) Copy
to /usr/libCode:libmysqlclient.so.10.0.0 libmysqlclient_r.so.10.0.0
6) Now you can start the ts2 server. It should automatically create all tables ... if they are any errors, see /var/log/teamspeak2-server/server.log
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
How to Install TS & MySQL 4 Properly
By DOMINATION in forum [TeamSpeak 2] Server SupportReplies: 242Last Post: 15-09-2009, 01:24 -
Windows TS2 Server to Remote MySQL Server?
By xCav8r in forum [TeamSpeak 2] Server SupportReplies: 4Last Post: 19-02-2005, 15:57 -
ts2 server mit mysql problem
By Kr3 in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 17-10-2004, 12:19


Reply With Quote