Ubuntu and missing lib ?
Teamspeak3 Does not longer support Mysql.
QuoteDante696 - We do not give support for MySQL anymore which was replaced with the new standard MariaDB.
In case you use a new server database
1. Install the latest MYSQL or Maria DB Server and then create a Database and User for this Database
2. Install the TeamSpeak server 3.0.11 (or newer)
3. Go into the redist folder and then move the libmariadb.dll / libmariadb.so.2 inot servers root folder.
4. Create the files ts3server.ini and a ts3db_mariadb.ini
5. Open the ts3server.ini and fill it with these parameters
dbplugin=ts3db_mariadb dbpluginparameter=ts3db_mariadb.ini dbsqlcreatepath=create_mariadb/
5. Open the ts3db_mariadb.ini and fill it with this informations. Please insert your IP, Username, passwort etc.
[config] host='IP_From_MARIA_DB_SERVER' port='Port_Number_Of_MARIA_DB_SERVER' username='Database_Username" password='Password_For_The_User' database='Name_Of_your_Database' socket=
6. Start the server with parameter inifile=ts3server.ini
7. Check your server logs for success or errors
// Problem solved.
Thanks everyone.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now