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

SQlite for Mysql?

Barca Furada

New Member
Joined
Jan 27, 2021
Messages
8
Reaction score
0
Sorry about my English!

I have a 7.6 server I wanted to move it from Sqlite to Mysql, is this exchange possible?
I'm trying to put a website on that server and I'm not getting!


It fits that I'm using:
sssss.png
 
Does your server contain the mysql file inside the schemas folder? You need this file.

The easiest sites to open are Gesior or Znotee. Here in the forum there are several tutorials.

And another thing, open port 80 on the Firewall.
 
Does your server contain the mysql file inside the schemas folder? You need this file.

The easiest sites to open are Gesior or Znotee. Here in the forum there are several tutorials.

And another thing, open port 80 on the Firewall.


a port 80 is open, but when i'm opening the site it looks like this image, if i change the moon config, like it asks for my ot server it doesn't open


1612031220658.png
 
You'll have to change your SQLType in config.lua from this
Lua:
sqlType = "sqlite"
to this
Code:
sqlType = "mysql"
 
Back
Top