Mysql ERROR, Bitte um Hilfe. :)

02/14/2015 11:26 Splex3200#1
Hallo liebe Community, und zwar ich habe ein kleines Problem mit meinen Root Server. Ich benutze zurzeit die Files von Viruz (40k Files)

Ich habe den Server zum Dritten mal neu aufgesetzt, Hat auch nicht geholfen. :(

Ich hoffe Jemand kennt sich damit Aus.
Dickes Dankeschön im vorraus.

Hier ist der Code von (Putty) was er Ausspuckt.

Code:
root@rootxxxx:~ # cd /home/game
root@rootxxxx:/home/game # sh run.sh
Starting db
 Starte die Datenbank ..
|----------CORE BY VIRUZ REV 1.0.2 STARTUP----------|
Log Off
|------------------CONFIG OPTIONS-------------------|
NO_TXT = 1
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
[ERROR]    failed, retrying in 5 secondsStarting auth
 Starte den Loginserver ..
|----------CORE BY VIRUZ REV 1.0.2 STARTUP----------|
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
cannot open direct sql connection to host: 127.0.0.1 user: mt2 db: common
cannot start server while no common sql connected
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
[ERROR]    failed, retrying in 5 secondsStarting channel1/game3
 Starte Channel1 ..
|----------CORE BY VIRUZ REV 1.0.2 STARTUP----------|
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
cannot open direct sql connection to host: 127.0.0.1 user: mt2 db: common
cannot start server while no common sql connected
Starting channel1/game2
 Starte Channel1 ..
|----------CORE BY VIRUZ REV 1.0.2 STARTUP----------|
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
cannot open direct sql connection to host: 127.0.0.1 user: mt2 db: common
cannot start server while no common sql connected
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
[ERROR]    failed, retrying in 5 secondsStarting channel1/game1
 Starte Channel1 ..
|----------CORE BY VIRUZ REV 1.0.2 STARTUP----------|
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
cannot open direct sql connection to host: 127.0.0.1 user: mt2 db: common
cannot start server while no common sql connected
Starting game99
 Starte Channel99 ..
|----------CORE BY VIRUZ REV 1.0.2 STARTUP----------|
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
cannot open direct sql connection to host: 127.0.0.1 user: mt2 db: common
cannot start server while no common sql connected
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
[ERROR]    failed, retrying in 5 secondsroot@root258942:/home/game # mysql_real_                                                                                                                                                             connect: Access denied for user 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsmysql_real_connect: Access denied for us                                                                                                                                                             er 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsSuccess PLAYER
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)
[ERROR]    failed, retrying in 5 secondsmysql_real_connect: Access denied for us                                                                                                                                                             er 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsmysql_real_connect: Access denied for us                                                                                                                                                             er 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsmysql_real_connect: Access denied for us                                                                                                                                                             er 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsmysql_real_connect: Access denied for us                                                                                                                                                             er 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsmysql_real_connect: Access denied for us                                                                                                                                                             er 'mt2'@'localhost' (using password: YES)
[ERROR]    failed, retrying in 5 secondsSuccess ACCOUNT
mysql_real_connect: Access denied for user 'mt2'@'localhost' (using password: YE                                                                                                                                                             S)

Mysql ist auch Running,

Code:
service mysql-server status
mysql is running as pid 863.
:handsdown::handsdown::handsdown:

Mit Freundlichen Grüßen,
Splex.:rolleyes::mofo::mofo:
02/14/2015 11:35 .Shōgun#2
Quote:
Access denied for user 'mt2'@'localhost'
MySQL user, password or host wrong. Check the table mysql.user.
02/14/2015 12:15 Splex3200#3
Quote:
Originally Posted by .Shōgun View Post
MySQL user, password or host wrong. Check the table mysql.user.
Ich komme nichtmal in Navicat rein >.<
02/14/2015 12:33 .Marcel'#4
Quote:
Originally Posted by Splex3200 View Post
Ich komme nichtmal in Navicat rein >.<
Ja kannst du auch nicht wenn du dein Mysql-Dienst nur auf localhost konfiguriert hast...
02/14/2015 12:39 Brewan#5
Kontaktier mich mal in Skype, ich werde dir helfen!

Mfg,
Brewan.
02/14/2015 12:39 .Shōgun#6
Quote:
Originally Posted by .Marcel' View Post
Ja kannst du auch nicht wenn du dein Mysql-Dienst nur auf localhost konfiguriert hast...
Actually you can, if you use the SSH Tunnel option. If everyone did this instead of opening 3306 to everyone there would be less servers getting hacked.
02/14/2015 12:58 Splex3200#7
Quote:
Originally Posted by .Marcel' View Post
Ja kannst du auch nicht wenn du dein Mysql-Dienst nur auf localhost konfiguriert hast...
und wie Konfiguriere ich es? (Richtig)?