• 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 transfer 0.4 database to 0.3.6?

DukeeH

Active Member
Joined
Dec 6, 2010
Messages
550
Solutions
3
Reaction score
39
I got a post deleted maybe for asking about 0.4;
But it was how to use a 0.4 sha1 database on 0.3.6...
Is not the right place?

When i set:
LUA:
	sqlType = "mysql"
	sqlHost = "localhost"
	sqlPort = 3306
	sqlUser = "root"
	sqlPass = "pw"
	sqlDatabase = "otserv"
	sqlFile = ""
	sqlKeepAlive = 0
	mysqlReadTimeout = 10
	mysqlWriteTimeout = 10
	encryptionType = "sha1"
on 0.3.6 it only reconizes the account manager account. others just say "invalid password".
What can be?

Thanks, sorry for posting again.
 
any account created on that dabase after changed server works.
like, tfs 0.4 online, created account 1 by account manager
changed server to 0.3.6, same database.
account 1
says invalid password, but i can login on account manager & create a new acc that works.
 
Back
Top