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

Windows PHPMYADMIN - Can't see players / accounts being created but they can still login?

svettis-

New Member
Joined
May 22, 2008
Messages
90
Reaction score
0
I got this problem with Crying Damson (8.5) -
I can create characters and stuff but I cant edit them in phpmyadmin because they aren't shown.

Anyone knows why?
+Rep for any useful help!

/S
 
config.lua
Lua:
	sqlType = "mysql"
You will have to either create a new character or convert your SqLite database to MySql and import it in phpMyAdmin (if you want to keep the existing data).
 
config.lua
Lua:
	sqlType = "mysql"
You will have to either create a new character or convert your SqLite database to MySql and import it in phpMyAdmin (if you want to keep the existing data).

Will try, the old data doesnt matter, anyway thanks, gonna try it out now.
 
Back
Top