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

Connection Problem

eferdi

New Member
Joined
Dec 14, 2009
Messages
11
Reaction score
0
Hi, i have mount my tibia server on local and all works fine. Now i set up the ACC Maker on my website, and the problem is the connection between the server and the webpage. I cannot establish a connection between the database and the client. This is my db config.

-- Database
-- NOTE: sqlFile is used only by sqlite database, and sqlKeepAlive by mysql database.
-- To disable sqlKeepAlive such as mysqlReadTimeout use 0 value.
sqlType = "mysql"
sqlHost = "here goes my host site"
sqlPort = 3306
sqlUser = "here goes my user"
sqlPass = "here goes my password"
sqlDatabase = "here goes my dabatabe name"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

Help Plz!
 
Code:
sqlType = "mysql"
sqlHost = "[B]localhost[/B]"
sqlPort = 3306
sqlUser = "[B]root[/B]"
sqlPass = "password-[B]eferdilala..[/B]"
sqlDatabase = "database-[B]otserv[/B]"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"

try to put this.
 
if anyone can help me that would be great, just need the connection from my web hosting server to the computer ot server. With local config the server runs good, but when the server is online in my computer it is not online on my webserver. What should i do?
 

Similar threads

Back
Top