• 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 database error

oddis

New Member
Joined
May 15, 2009
Messages
166
Reaction score
0
[18:24:01.873] > ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.

why?

- - - Updated - - -

and whan im trying to add tables on my database no table get added just some php tables

-oddis
 
check good what database you put on config.lua and later please, check it on phpmyadmin what database you put on config.lua and found what was with database! :)
 
[20:14:01.641] > ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.

Make sure you choose the correct type of database.

For mysql.sql
Code:
[COLOR="#000000"]sqlType = "mysql"[/COLOR]

For pgsql.sql
Code:
[COLOR="#000000"]sqlType = "pgsql"[/COLOR]

For sqlite.sql
Code:
[COLOR="#000000"]sqlType = "sqlite"[/COLOR]


King Regards,
Bica
 
Back
Top