Du gehst in Filezilla in den Verlauf -> /usr/home/game/channel1/core1
und öffnest Config
in ca der 12ten Zeile steht:
Quote:
|
PLAYER_SQL: localhost mt2 mt2!@# player
|
nachdem "PLAYER_SQL: localhost mt2" steht das passwort in diesem fall "mt2!@#"
dann gibst du in putty ein:
Quote:
dann
Quote:
GRANT ALL PRIVILEGES ON *.* TO 'mt2'@'localhost'
IDENTIFIED BY 'mt2!@#' WITH GRANT OPTION;
quit (enter drücken ..)
|
Für mt2!@# das entsprechene passwort was in der Config steht.