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

I need help

Rhumor

Dutch & Proud
Joined
Jul 7, 2007
Messages
451
Reaction score
2
Hey, Everything worked fine (finally).
But now when I create a player it doesnt come in players neither accounts.
I'm 1000% sure I got right info in config.lua, port 443 open for mysql.
 
Hey, Everything worked fine (finally).
But now when I create a player it doesnt come in players neither accounts.
I'm 1000% sure I got right info in config.lua, port 443 open for mysql.

config lua needs ports 7171 open.
open ports 7171, 80, 443 on your roughter
 
config lua needs ports 7171 open.
open ports 7171, 80, 443 on your roughter

from Rev 278:
# support for other ports than 3306 in mysql

Now you can set the port to mysql...


@Rhumor: did you wanna using port 443 for mysql?
if you don't know what are you doing do this:
in config.lua:
change mysqlPort = 443
for mysqlPort = 3306

otherwise... explain more about your problem.... and mybe we can help you :)...

P.D: donesn't show any error in TFS console?
 
and then open port 3306 instead of 443? And I change that port in xampp config? ( cant get on the cfg name atm )
 
Back
Top