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

Help with MySQL

Kevin Cerda

New Member
Joined
Apr 15, 2018
Messages
14
Reaction score
1
The thing is that when I open the server it stays on Starting the SQL connection and after 2 seconds it closes.

idk what is going on :S, it works good yesterday.
consola.PNG


Lua:
    sqlType = "mysql"
    sqlHost = "127.0.0.1"
    sqlPort = 3306
    sqlUser = "root"
    sqlPass = "password"
    sqlDatabase = "baiak1"
    sqlFile = "forgottenserver.s3db"
    sqlKeepAlive = 1
    mysqlReadTimeout = 10
    mysqlWriteTimeout = 10
    mysqlReconnectionAttempts = 3
    encryptionType = "sha1"
 
This is the correct info of your mysql database?
Lua:
    sqlUser = "root"
    sqlPass = "password"
    sqlDatabase = "baiak1"
and you started your mysql/apache software? (uniform server or xampp etc..)
 

Similar threads

Back
Top