• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Problem with Ubuntu 16.04 compilation

kelvinscosta

New Member
Joined
Jan 6, 2017
Messages
2
Reaction score
0
Hello, i do all the steps that this tutorial says https://github.com/otland/forgottenserver/wiki/Compiling-on-Ubuntu
But wen i try to run the ./tfs shows that mensage
The Forgotten Server - Version 1.3
Compiled with GNU C++ version 5.4.0 20160609
Compiled on Jan 6 2017 05:44:50 for platform x64

A server developed by Mark Samman
Visit our forum for updates, support, and resources: http://otland.net/.

>> Loading config
[Error - ConfigManager::load] cannot open config.lua: No such file or directory
> ERROR: Unable to load config.lua!
>> No services running. The server is NOT online.

My OT server is a Baiak version 8.60, and i use Putty, FileZila and Ubuntu 16.04
Then i put my Baiak config.lua in the past but now shows this mensage

MySQL Error Message: Can't connect to MySQL server on '127.0.0.1' (111)
> ERROR: Failed to connect to database.
>> No services running. The server is NOT online.

Someone please help me
 
You have to install a mysql sever. I suggest that you use docker for that. Then you import the schema on a new database. Config everything right in config.lua e you should be good to run.
 
Back
Top