• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

how to change my db mysql to sql or xml

chupaescadatri

Banned User
Joined
Jul 5, 2014
Messages
338
Reaction score
49
how to change my db mysql to sql or xml
mysql loses very easy connection, is I switch to xml or sqlite how to do?
 
More information?
TFS version?
What mean you loses connection, your database is in another server?

Look at config.lua.
tfs 0.3.0
database is on the same server, but this version of tfs loses connection alone, there are times that lasts two days straight, has once q half an hour, regardless of how many online players, even with 0 he loses.
so I wanted to test with sqlite
error.jpg

I've seen some tutorials on the internet adicioanr a line to config, others to play a query in mysql, but resolves nothing, since I took up the source timeout of the query and not resolved, I think that has to change q else in source, or change for sqlite

You can do it like this but then instead of from SQLite to MySQL, from MySQL to SQLite.
https://otland.net/threads/convert-sqlite-to-mysql-database-with-pictures.47742/
I'll see if I can do the reverse of this tutorial
 
Back
Top