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

Problem with server (debian, database manager)

sn3ejk

This account is inactive.
Joined
Nov 16, 2011
Messages
2,121
Solutions
1
Reaction score
145
I have problem with the newest tfs (I have this tfs from my customer, i need do script for this version).

Mysql is active, user, password, database and port is valid. This database have all tables, triggers and others from mysql.sql, but server don't want start up. I have this error
Code:
ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.

Anybody can help?
 
@refresh

When i set mysqltype to sqlite i have this error (in loop):
[4:33:10.263] > Database has been updated to version: 1.
[4:33:10.263] > Updating database to version: 1...
[4:33:10.263] sqlite3_step(): SQLITE ERROR: column config is not unique
[4:33:10.263] > SQLite migration from 0.2 support not available, please use latest database!
[4:33:10.263] > Database has been updated to version: 1.
[4:33:10.263] > Updating database to version: 1...
[4:33:10.263] sqlite3_step(): SQLITE ERROR: column config is not unique
[4:33:10.263] > SQLite migration from 0.2 support not available, please use latest database!
[4:33:10.263] > Database has been updated to version: 1.
[4:33:10.263] > Updating database to version: 1...
 
Back
Top