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

Error with db

Ancore

New Member
Joined
Jul 6, 2012
Messages
216
Reaction score
1
When I execute the shell, this message happens...

Code:
A server edited by: .
A server developed by Elf, Talaturen, KaczooH, Stian and Kornholijo
Visit our forum for updates, support and resources: http://otland.net

>> Loading config (config.lua)
> Opening logs
> Using SHA1 encryption
>> Loading RSA key
>> Starting SQL connection
>> Running Database Manager

> ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.



But I use webpage, here is my config.lua:


sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = ""
sqlDatabase = "listo"
sqlFile = "schemas/sqlite.sql"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
 

Similar threads

Back
Top Bottom