Metin2 root

02/22/2014 23:41 pserverzocker#1
Hey kann mir jmd bei dieser fehlermeldung helfen?

PHP Code:
 Starte die Datenbank ..
cd: ./dbNo such file or directory
 Starte Channel 1 
..
PUBLIC_IP46.105.250.192 interface em0
HOSTNAME
channel1
mysql_real_connect
Can't connect to local MySQL server through socket '/tmp/mys                                                                                        ql.sock' (2)
cannot open direct sql connection to host: localhost user: mt2 db: common
cannot start server while no common sql connected
 Starte Channel 2 ..
PUBLIC_IP: 46.105.250.192 interface em0
HOSTNAME: channel2
mysql_real_connect: Can'
t connect to local MySQL server through socket '/tmp/mys                                                                                        ql.sock' (2)
cannot open direct sql connection to hostlocalhost usermt2 dbcommon
cannot start server 
while no common sql connected
 Starte Game99 
..
PUBLIC_IP46.105.250.192 interface em0
HOSTNAME
game99
mysql_real_connect
Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
cannot open direct sql connection to host: localhost user: mt2 db: common
cannot start server while no common sql connected
 Starte Loginserver ..
PUBLIC_IP: 46.105.250.192 interface em0
HOSTNAME: auth
mysql_real_connect: Can'
t connect to local MySQL server through socket '/tmp/mysql.sock' (2)
cannot open direct sql connection to hostlocalhost usermt2 dbcommon
cannot start server 
while no common sql connected
 Der Loginserver wurde gestartet

Wenn ich in Navicat z.b die item_proto aufmachen will kommt
1- Cant creat/write to file /tmp/#sql317_4f3_2.MYI(Errcode: 2)
02/23/2014 00:20 Drαεth#2
PHP Code:
cd: ./dbNo such file or directory 
Dort fehlt eine Verknüpfung.

PHP Code:
mysql_real_connectCan't connect to local MySQL server through socket '/tmp/mys                                                                                        ql.sock' (2)
cannot open direct sql connection to host: localhost user: mt2 db: common
cannot start server while no common sql connected 
Du musst den User " mt2 " erstellen. Wie?

In Putty Einloggen. Danach gibt ihr folgendes ein.

PHP Code:
mysql -uroot -
ein und dann wieder 2x [ENTER].

Als erstes gebt ihr

PHP Code:
grant all on *.* to root@"%" identified by "Hier euer Passwort rein."
ein.

Die "" müssen davor und dahinter sein.

So jetzt kommt es drauf an welche Files ihr habt bei den ersten fügt ihr

PHP Code:
grant all on *.* to m2sf@"localhost" identified by "m2sf"
Bei den Anderen

PHP Code:
grant all on *.* to mt2@"localhost" identified by "mt2!@#"
02/23/2014 02:34 Meade#3
Wenn man

"mysql -uroot -p"

eingibt und danch 1x Enter drückt,
kommt

"Enter Password"
Und wenn man dann noch mal Enter drückt, steht da (Auch wenn man das Server PW eingibt)
"ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"

Ich weiß nicht was man dagegen machen soll. :D

Mit freundlichen Grüßen,

Meade
02/23/2014 08:11 Drαεth#4
Dan gib einfach das zurzeitige MYSQL Passwort
und add mich mal in Skype Ich helfe dir.

Hast du überhaupt MYSQL Installiert? :D
Skype Name liegt im Profil :P.