• 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 Accmaker :(

Beat The Meat

Banned User
Joined
Jun 18, 2010
Messages
13
Reaction score
1
I have debian 5, tfs 0.3.6pl1
In config.lua i have this:

Code:
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "XXXXXXXXXX"
	sqlDatabase = "evo"
	sqlFile = "forgottenserver.s3db"
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "plain"

and im install acc
when im in 2 step i have this:

Code:
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.Database error - can't open SQLite database. Possible reasons:
/home/tfs/0.3.6pl1/ - file isn't valid SQLite database.
/home/tfs/0.3.6pl1/ - doesn't exist.

whats wrong?

sorry for my eng ;/
 
Mistrzu drogi mój. Nie skompilowałeś z --enable-mysql.

Eng.

My dear master. You don;t complie yours engine with --enable-mysql.
Example: ./configure --enable-mysql --enable-remote-control --enable-server-diag --g
 

Similar threads

Back
Top