• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Help with Gesior-aac

freak15

Professional Hoster
Joined
Dec 31, 2008
Messages
356
Reaction score
2
Location
Sweden
hello i get error when i try to install my webiste its says it cant connect to my mysql database? ive imported the "forgottenserver.sql" into my database and it loaded my config.lua

and when i try to press "check database connection" i get this error

Code:
STEP 2

Check database connection
If you don't see any errors press link to STEP 3 - Add tables and columns to DB. If you see some errors it mean server has wrong configuration. Check FAQ or ask author of acc. maker.Can't connect to MySQL database.



.::::Information:::::.
Website i use http://otland.net/f118/gesior-aac-xart-edition-forgotten-server-0-4-0-3-6pl1-115239/
Server i use http://otland.net/f18/8-7-forgotten-server-v0-2-10-mystic-spirit-117046/


ill add rep++ if some1 nows how to solve this
 
yah

Code:
	-- MySQL
	mysqlHost = "localhost"
	mysqlUser = "root"
	mysqlPass = "******"
	mysqlDatabase = "svart"
	mysqlPort = 3306


Code:
	-- SqLite
	sqliteDatabase = "forgottenserver.s3db"

	-- SQL
	sqlType = "mysql"
	passwordType = "******"
 
>0.3/4 aac
>0.2 server

5doYC.png


/f118/gesior-aac-0-3-1-fixed-v1-forgotten-server-0-2-a-39963/
 
Back
Top