I've been trying to get my TS server to work with mysql for some time.
I have everything working, the mysql server is up, ts connects, creates a single ts2_servers table then i get this:
21-05-05 21:39:52,ALL,Info,server, Server init initialized
21-05-05 21:39:52,ALL,Info,server, Server version: 2.0.20.1 Linux
21-05-05 21:39:52,ERROR,All,SQL, TableExists Error: EDatabaseError.dbExpress Error: Invalid Data Translation in query:
21-05-05 21:39:52,ERROR,All,SERVER, Start_Server: unable to open database

in the server.log
[DBEXPRESS]
sqldir=mysql_sql/
Drivername=mysql
Database=teamspeak
Hostname=localhost
User_name=***
Password=***
GetDriverFunc=getSQLDriverMYSQL
VendorLib=/usr/lib/libmysqlclient.so.12.0.0
LibraryName=./libsqlmy.so
Active=1

no error in the lib /dir...
any ideas/solutions would be appreciated.