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!@#';