Serverstart - haufen MySQL Fehler?

04/23/2014 12:58 dopeness'#1
Huhu.

Bekomme immer diesen fehler:
[Only registered and activated users can see links. Click Here To Register...]


weiß jemand woran es liegt?..
04/23/2014 13:07 Azuko#2
hast du das Passwort vom Mt2@localhost user angepasst?
04/23/2014 13:20 dopeness'#3
Hast du die Befehle dafür?
04/23/2014 13:22 #dynastie#4
Quote:
Originally Posted by Azuko View Post
hast du das Passwort vom Mt2@localhost user angepasst?
Hat er nicht, ansonsten käme die Fehlermeldung nicht.
04/23/2014 13:48 theo1990#5
2 möglich keiten. Entweder das passwort in der db anpassen oder das passwort in den files anpassen. Wleche möglichkeit willst du ?
04/23/2014 14:07 dopeness'#6
In der db anpassen wär mir lieber.
04/23/2014 14:37 Azuko#7
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:
mysql -p
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.
04/23/2014 19:46 dopeness'#8
Quote:
Originally Posted by Azuko View Post
Du gehst in Filezilla in den Verlauf -> /usr/home/game/channel1/core1
und öffnest Config
in ca der 12ten Zeile steht:


nachdem "PLAYER_SQL: localhost mt2" steht das passwort in diesem fall "mt2!@#"

dann gibst du in putty ein:

dann


Für mt2!@# das entsprechene passwort was in der Config steht.
Habe das gemacht und in channel1, game99 die jeweiligen 5 cores in den configs die daten eingetragen.. Bekomme immer noch fehler beim Starten.

PHP Code:
HOSTNAMEchannel1_core5
mysql_real_connect
Access denied for user 'mt2'@'localhost' (using passwordYE S)
cannot open direct sql connection to hostlocalhost usermt2 dbcommon
cannot start server 
while no common sql connected 
Usw..
04/23/2014 21:19 Cynaide™#9
Hey,
Sobald ich am Laptop bin kann ich es dir mal eben einstellen
04/23/2014 21:28 Lord iRemix#10
Quote:
Originally Posted by Azuko View Post
Du gehst in Filezilla in den Verlauf -> /usr/home/game/channel1/core1
und öffnest Config
in ca der 12ten Zeile steht:


nachdem "PLAYER_SQL: localhost mt2" steht das passwort in diesem fall "mt2!@#"

dann gibst du in putty ein:

dann


Für mt2!@# das entsprechene passwort was in der Config steht.
Das bringt alles nichts, wenn in der mysql.user Tabelle nicht das richtige Passwort angegeben ist.