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

Can't connect to database [REP++]

arturhaddad

Member
Joined
Aug 14, 2010
Messages
217
Reaction score
8
I'm trying to install Gesior, but in step 2 I receive a "Can't connect to database message"

I can open my server normally, and it should work, since Gesior uses my server's config.lua infos to make the connection, and if the sv can connect, why wouldn't Gesior?

Can I install Gesior manually?
 
updating:

44835187.jpg


sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "MY_USER"
sqlPass = "MY_PASS"
sqlDatabase = "DATABASE"
sqlFile = "otserv.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"

My Gesior's config.ini:

install = "2"
server_path = "C:/OT/Real Server 3.2 (8.6)/"
signatures = "1"

I receive a message saying my config.lua is a good one:

File config.lua loaded from C:/OT/Real Server 3.2 (8.6)/config.lua and looks like fine server config file

Server connect but Gesior won't

I'm using Uniform Server

Server Version: Apache/2.2.17 (Win32) PHP/5.3.3 DAV/2

Already tried 3 different Gesior versions, why this won't connect to my database??? crap ¬¬"
 
Back
Top