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

Linux How config gesior for remote access MYSQL!

grigi1

Grillo
Joined
Jul 21, 2011
Messages
72
Reaction score
0
Hello, I want to leave the ip of my server like this:

IP: go.silveria-global.com
SITE: www.silveria-global.com

However, I am unable to configure remote access ..

I modified the / etc / my.cnf to bind-address = 0.0.0.0

Then I mysql-u root-p

grant all privileges on * to * root @ '%' IDENTIFIED BY "senharoot '.;

After this, put my config.lua server at my hosting with the site, and configured as follows:

SqlType = "mysql"
sqlhost = "142.4.195.152"
sqlPort = 3306
SQLUSER = "root"
sqlPass = "senhadb"
SQLDatabase = "database"
SQLFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 5000
mysqlWriteTimeout = 5000
EncryptionType = "sha1"

When I access the site takes to load and the error: Can not connect to MySQL database.

Thx! i wait!!!
 
Back
Top