Dankoo
Active Member
- Joined
- Sep 4, 2010
- Messages
- 1,007
- Reaction score
- 27
It's the first time I'm using a dedicated server
My problem:
Can't access my database through site:
File config.lua loaded from C:/inetpub/vhosts/tibiabr.org/httpdocs/config/config.lua and looks like fine server config file. Now you can check database(mysql) connection: STEP 2 - check database connection
I've already deleted .htaccess file from config folder, my config.lua is in config folder and the path is correct, as well as the MySQL connection information:
Site's config.lua:
My server can access it, but it won't start up!
My site and my database are in the same server
My server is hosted in my house, 'cause I'm still making it
I have tried to set the same IP on both configs.lua, and site still can't connect, even with the exact same user/password informations
I've posted these errors because I don't have SUPER privileges on the database, is it a problem? Looks confusing but it's really clear when you read it \/
My problem:
Can't access my database through site:
File config.lua loaded from C:/inetpub/vhosts/tibiabr.org/httpdocs/config/config.lua and looks like fine server config file. Now you can check database(mysql) connection: STEP 2 - check database connection
I've already deleted .htaccess file from config folder, my config.lua is in config folder and the path is correct, as well as the MySQL connection information:
Site's config.lua:
Code:
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "MY USERNAME"
sqlPass = "MY PASSWORD"
sqlDatabase = "MY DATABASE"
My server can access it, but it won't start up!
My site and my database are in the same server
My server is hosted in my house, 'cause I'm still making it
I have tried to set the same IP on both configs.lua, and site still can't connect, even with the exact same user/password informations
I've posted these errors because I don't have SUPER privileges on the database, is it a problem? Looks confusing but it's really clear when you read it \/
Last edited: