Code:
root@s1szafi:/home/forgottenserver# ./tfs
The Forgotten Server - Version 1.2
Compiled with GNU C++ version 4.9.2
Compiled on Nov 27 2015 01:42:58 for platform x64
A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.
>> Loading config
>> Establishing database connection...
MySQL Error Message: Can't connect to local MySQL server through socket '' (111)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.
root@s1szafi:/home/forgottenserver#
Settings in config.lua
-- MySQL
mysqlHost = "localhost"
mysqlUser = "user_censorship"
mysqlPass = "password_censorship"
mysqlDatabase = "dbname_censorship"
mysqlPort = 3306
mysqlSock = ""
mysql server is run
what is wrong?