Hello!
I did everything with this on Ubuntu https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu
Edit config.lua
Try ./tsf
and get error:
Anyone know what is wrong?
I did everything with this on Ubuntu https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu
Edit config.lua
Code:
-- MySQL
mysqlHost = "localhost"
mysqlUser = "tfsuser"
mysqlPass = "mypass"
mysqlDatabase = "tfsdb"
mysqlPort = 3306
mysqlSock = "/var/run/mysqld/mysqld.sock"
Try ./tsf
and get error:
Code:
MySQL Error messge: Can't connect to local MySQL server through socket '/var/lib/mysq/mysql.sock' (2)
Anyone know what is wrong?