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

Sql Datbase error

el-king

New Member
Joined
Jun 5, 2015
Messages
78
Reaction score
3
Hi Otland I downlaod alot of ots from otland but cant open the ot because the databse can anyone give me database and sqlite studio .
sql_database.png
 
The reason it isen't working is since 1.x only has support for MySQL as you can see in the error.
Reason for not using TFS? This forum mainly has support for TFS, if you want support for that server - do as it says, go to xtibia.com.
 
I'm not familiar with SQLiteStudio, I would recommend to use SQLite Manager (Firefox add-ons) instead if you want to use SQLite, it's alot more easy to understand.
You can also just use MySQL btw, also when you use scripts here that require extra tables/columns, the queries are usually made for MySQL.
 
I'm not familiar with SQLiteStudio, I would recommend to use SQLite Manager (Firefox add-ons) instead if you want to use SQLite, it's alot more easy to understand.
You can also just use MySQL btw, also when you use scripts here that require extra tables/columns, the queries are usually made for MySQL.
Thank You limos i will test it.
 
Your server seems to support both MySQL and SQLite, and you have to change the setting to use SQLite file instead of MySQL server on config.lua. I think it's called "sqlType" and defaults to mysql, use sqlite instead.
 
Your server seems to support both MySQL and SQLite, and you have to change the setting to use SQLite file instead of MySQL server on config.lua. I think it's called "sqlType" and defaults to mysql, use sqlite instead.
sqlType = "sqlite"
change it to sqlType = "mysql"
?

lord fire i change it to mysql and the ot bugged and closed
 
Last edited by a moderator:
Back
Top