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

Windows trying to connect with sql

This Is War

Member
Joined
Aug 22, 2013
Messages
123
Reaction score
11

I but all the right information in config and into the config.php and when i make account on site and try to connect i get this error

uUBx9OZ.png


server is 7.60 Yurots i just need accounts created on site to work in game....

also this is my config for the data

Code:
--- SQL part
sql_host = "localhost"
sql_user = "root"
sql_pass = ""
sql_db  = "realsoft"


--- SQL MAP part
sqlmap = "test_map"
map_host = "localhost"
map_user = "root"
map_pass = ""
map_db  = "realsoft

i took out password so no one else can get it.

also it has datadir as this

Code:
-- datadir
datadir = "data/"
 
Back
Top