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

Error: Server name does not exist.

Redellex

New Member
Joined
Apr 2, 2017
Messages
1
Reaction score
0
Hi guys!

I was setting new server clean from - GitHub - mattyx14/otxserver: The OTX Server path7_7 compiled succesfuly.
Created new data base mysql from otxserver/schema.sql at otxserv3 · mattyx14/otxserver · GitHub

Code:
my config.lua:
ip = "51.255.175.200"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 5
motd = "Welcome to The Forgotten Server!"
onePlayerOnlinePerAccount = true
allowClones = false
serverName = "otsDB"
statusTimeout = 5 * 1000
replaceKickOnLogin = true
maxPacketsPerSecond = 25

mysql config:
Code:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = "password"
mysqlDatabase = "otsDB"
mysqlPort = 3306
mysqlSock = ""

Scan from nmap (ports are opened):
Code:
$> nmap 51.255.175.200 -p 7171-7172 --unprivileged

Starting Nmap 7.01 ( https://nmap.org ) at 2017-04-23 12:07 CEST
Nmap scan report for blahblah (51.255.175.200)
Host is up (0.00026s latency).
PORT     STATE SERVICE
7171/tcp open  unknown
7172/tcp open  unknown

Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds

Server has estabilished connection to mysql database. I have created single account in mysql database (login test password test), but when i log in i get this "Cannot connect to login server. Error: Server name does not exists"(Imgur: The most awesome images on the Internet)

Does i need to do something more to get to character selection more than insertion to account table account? What is wrong?

Thanks for help
Regards,
Redellex
 
Back
Top