Sharvan2 Serverfiles Probleme

06/01/2013 19:16 Skyui#1
Hallo Zusammen,

wenn ich den Server starten will kommt dieser fehler:

[Only registered and activated users can see links. Click Here To Register...]

Hat da wer eine lösung?...
06/01/2013 19:22 Coniesan#2
Wie schon im anderen Thread beschrieben:
geh in: home/game/db öffne dort die conf.txt
Beispiel:
Code:
SQL_ACCOUNT = "localhost account mt2 mt2!@# 0"
SQL_PLAYER = "localhost player mt2 mt2!@# 0"
SQL_COMMON = "localhost common mt2 mt2!@# 0"
SQL_HOTBACKUP = "localhost hotbackup mt2 mt2!@# 0"
in diesem Falle via Navicat oder mysql Command, nen User anlegen:
User: mt2
Pass: mt2!@#
Host: localhost

der SQL Command hierfür wäre:
Code:
grant all privileges on *.* to 'mt2'@'localhost' identified by 'mt2!@#';
06/01/2013 19:24 Skyui#3
Danke,

also meine conf.txt seht so aus:

Code:
WELCOME_MSG = "DB Server has been started"

SQL_ACCOUNT = "localhost account metin2 Mysqlpw 0"
SQL_PLAYER = "localhost player metin2 Mysqlpw 0"
SQL_COMMON = "localhost common metin2 Mysqlpw 0"
SQL_HOTBACKUP = "localhost hotbackup metin2 Mysqlpw 0"

TABLE_POSTFIX = ""

BIND_PORT               = 15000
DB_SLEEP_MSEC           = 10
CLIENT_HEART_FPS        = 10
HASH_PLAYER_LIFE_SEC    = 600
BACKUP_LIMIT_SEC        = 3600
PLAYER_ID_START = 100
PLAYER_DELETE_LEVEL_LIMIT = 70
PLAYER_DELETE_CHECK_SIMPLE = 1

ITEM_ID_RANGE = 2000000000 2100000000

MIN_LENGTH_OF_SOCIAL_ID	= 6

#NAME_COLUMN = "gb2312name"
#LOCALE = "germany"
SIMPLE_SOCIALID = 1
Block "Y/QSB7omi36awq4ctpUxuiwRARM="
Einfach abändern?