• 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!

Gesior ACC path problem

nevix

Tunzodus.net
Joined
Mar 31, 2010
Messages
356
Reaction score
62
Location
Lithuanian
Hello guys, please help me solve this problem.

More info: ERROR: #C-2 : Class::ConfigLUA - LUA config file doesn't exist. Path: /root/tfs/config.lua



I got this error.

/root/tfs/config.lua is exist btw...
 
Did you set rights to the folders? If you don't have rights it won't show up when it's seraching for it.
Otherwise try using / or \ insted of the other one.
 
Come on other error :/

CANNOT CONNECT TO DATABASE: SQLSTATE[HY000] [2003] Can't connect to MySQL server


mysqlHost = "********"
mysqlUser = "root"
mysqlPass = "*********"
mysqlDatabase = "tibia"
mysqlPort = 3306


everything looks allright but same error :/
 
3306 is default mysql port, so there could be problem if you've changed it in config part. What port you're using in tfs config?

edit:
One more thing. Are you connecting to this user via localhost or remote access? Maybe it is not allowed to connect from your acc maker ip :)

If remotely, you have to add in MYSQL:
Code:
CREATE USER 'username'@'REMOTE_IP' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'username'@'REMOTE_IP' WITH GRANT OPTION ;
And if you're using DirectAdmin - you can do it just by adding remote ip in mysql user config.
 
Last edited:
Back
Top