Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Private Server
You last visited: Today at 02:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Fehler beim starten des Server's (PuTTy)

Discussion on Fehler beim starten des Server's (PuTTy) within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
Trade Restricted
 
elite*gold: 30
Join Date: Nov 2014
Posts: 196
Received Thanks: 136
Fehler beim starten des Server's (PuTTy)

Guten Abend,
folgender Fehler beim starten des Server's über PuTTy:

Quote:
Real Server
Log Offmysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
failed, retrying in 5 secondsPUBLIC_IP: 178.51.228.124 interface em0
HOSTNAME: auth
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
cannot open direct sql connection to host: localhost user: metin2 db: common
cannot start server while no common sql connected
PUBLIC_IP: 178.51.228.124 interface em0
HOSTNAME: channel1_core1
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
cannot open direct sql connection to host: localhost user: metin2 db: common
cannot start server while no common sql connected
PUBLIC_IP: 178.51.228.124 interface em0
HOSTNAME: channel1_core2
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
cannot open direct sql connection to host: localhost user: metin2 db: common
cannot start server while no common sql connected
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
failed, retrying in 5 secondsPUBLIC_IP: 178.51.228.124 interface em0
HOSTNAME: channel1_core3
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
cannot open direct sql connection to host: localhost user: metin2 db: common
cannot start server while no common sql connected
PUBLIC_IP: 178.51.228.124 interface em0
HOSTNAME: game99
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
cannot open direct sql connection to host: localhost user: metin2 db: common
cannot start server while no common sql connected
mysql_real_connect: Access denied for user 'metin2'@'localhost' (using password: YES)
failed, retrying in 5 secondsroot@root258843:/usr/home/metin2 #
Wo ist der Fehler?
Danke falls mir Jemand helfen kann

mfG.
Sanji
SanjixHD is offline  
Old 02/08/2015, 20:22   #2
 
jubox123's Avatar
 
elite*gold: 56
Join Date: Sep 2011
Posts: 777
Received Thanks: 365
Das PW in der DB unter mysql>user "metin2" ist falsch, bzw stimmt nicht mit den Core PW's überein.
jubox123 is offline  
Thanks
1 User
Old 02/08/2015, 20:23   #3
 
.Ryuzaki™'s Avatar
 
elite*gold: 1
Join Date: Aug 2014
Posts: 1,329
Received Thanks: 876
1. Putty öffnen
2. mysql -uroot -p
3. "ENTER"
3. grant all on *.* to root@"%" identified by "HierDeinPasswortRein";
4. grant all on *.* to mt2@"localhost" identified by "mt2!@#";
5. exit;
6. service mysql-server restart
.Ryuzaki™ is offline  
Thanks
1 User
Old 02/08/2015, 20:46   #4
Trade Restricted
 
elite*gold: 30
Join Date: Nov 2014
Posts: 196
Received Thanks: 136
Quote:
Originally Posted by Gillette'.Xynex View Post
1. Putty öffnen
2. mysql -uroot -p
3. "ENTER"
3. grant all on *.* to root@"%" identified by "HierDeinPasswortRein";
4. grant all on *.* to mt2@"localhost" identified by "mt2!@#";
5. exit;
6. service mysql-server restart
Quote:
mysql> grant all on . to root@"%" identified by "PWISTVERSTECKT";
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'to ro ot@"%" identified by "PWISTVERSTECKT"' at line 1
mysql> grant all on . to mt2@"localhost" identified by "mt2!@#";
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'to mt2@"localhost" identified by "mt2!@#"' at line 1
mysql> exit;
Bye
root@root258843:~ # service mysql-server restart
Stopping mysql.
Waiting for PIDS: 627.
Starting mysql.
root@root258843:~ #
Da kommt dieser Error und per Navicat habe ich jetzt mal das PW so gemacht, wie es in den Cores steht aber es kommt immernoch dieser Fehler.
SanjixHD is offline  
Old 02/08/2015, 22:27   #5
 
gerald500's Avatar
 
elite*gold: 150
Join Date: Sep 2010
Posts: 1,049
Received Thanks: 275
du musst das auch wirklich so machen wie er geschriben hat sprich
grant all on *.* to root@"%" identified by "HierDeinPasswortRein";
und nicht
grant all on . to root@"%" identified by "HierDeinPasswortRein";

die sterne gehören schon dazu sonst würde ja er auch nicht sagen du hast einen fehler im syntax

du kannst auch einfach die zeile kopieren und mit rechter maus taste in putty reinkopieren
gerald500 is offline  
Thanks
1 User
Old 02/08/2015, 23:09   #6
 
elite*gold: 35
Join Date: Aug 2012
Posts: 222
Received Thanks: 28
/usr/local/etc/rc.d/mysql-server stop
mysqld_safe --skip-grant-tables &
ENTER
mysql --user=root mysql oder einfach nur mysql

grant all on *.* to root@"%" identified by "DEIN PW"; ( Was in der CONFIG steht )

grant all on *.* to mt2@"localhost" identified by "mt2!@#";

flush privileges;
exit;
/usr/local/etc/rc.d/mysql-server restart
xXT4fuXx is offline  
Thanks
1 User
Reply


Similar Threads Similar Threads
Fehler beim Starten des Server!?
10/03/2013 - Metin2 Private Server - 0 Replies
Hey Leute ich habe ein Problem. Hier ein Screen! http://s7.directupload.net/file/d/3399/yf6425do_p ng.htm Bitte um dringende HILFE!:(
Putty Problem beim Starten des Servers (Mysql)
05/21/2013 - Metin2 Private Server - 0 Replies
Heyho ich habe folgendes problem: # mysql_real_connect: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) wie löse ich das?
Root Server nach Putty gestartet -> Fehler beim Verbinden!?
05/05/2013 - Metin2 Private Server - 42 Replies
Hallo Epvp, Wir hocken nun seit 18:00 daran den Fehler zu finden. Putty sagt der Server ist gestartet, jedoch sagt der Client Fehler beim Verbinden mit dem Server. Hätte da jemand eine Ursache!? :S http://i.epvpimg.com/ecHHc.png
[Fehler]Beim starten vom server
04/04/2012 - Metin2 Private Server - 4 Replies
Also ich wollte meinen server starten & dan kamm das: http://img850.imageshack.us/img850/3858/unbenannt brt.png Uploaded with ImageShack.us & dan Nach einem reboot kamm das: http://img339.imageshack.us/img339/826/lalalarn.p ng Uploaded with ImageShack.us
Fehler beim Starten (PUTTY)
02/19/2012 - Metin2 Private Server - 5 Replies
Hier com, der fheler: Server# cd /usr/game && sh start.sh Wie viele Channels möchtest du starten? 2 Starte DB-Server... Starte Auth-Server... start.sh: ./db: not found Starte Channel 2 ... start.sh: ./auth: not found



All times are GMT +2. The time now is 02:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.