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