I have problems to connect this server with external database.
I change configurations in config.lua to MYSQL database.
-- Database
passwordType = "plain"
sqlType = "mysql"
sqliteDatabase = "forgottenserver.s3db"
mysqlHost = "thalassagame.com" -- (external server database, 66.7.215.233)
mysqlUser = "thalassa_max2"
mysqlPass = "xxxxxx"
mysqlDatabase = "thalassa_warcmb"
mysqlPort = 3306
Message error:
[03/06/2008 20:40:46] Failed to connect to database. MYSQL ERROR: Host 'xxx.xx.xx.xx' is not allowed to connect to this MySQL server
[03/06/2008 20:40:46] > ERROR: Couldn't estabilish connection to SQL database!
"xxx.xx.xx.xx" is my real ip. (IPS)
I do not know it with the handle my own IP.
I change configurations in config.lua to MYSQL database.
-- Database
passwordType = "plain"
sqlType = "mysql"
sqliteDatabase = "forgottenserver.s3db"
mysqlHost = "thalassagame.com" -- (external server database, 66.7.215.233)
mysqlUser = "thalassa_max2"
mysqlPass = "xxxxxx"
mysqlDatabase = "thalassa_warcmb"
mysqlPort = 3306
Message error:
[03/06/2008 20:40:46] Failed to connect to database. MYSQL ERROR: Host 'xxx.xx.xx.xx' is not allowed to connect to this MySQL server
[03/06/2008 20:40:46] > ERROR: Couldn't estabilish connection to SQL database!
"xxx.xx.xx.xx" is my real ip. (IPS)
I do not know it with the handle my own IP.