[HELP]Metin2 Serverstarten

12/06/2011 00:49 headxmaster#1
Nabend,

Wen ich meinen Root Server starten will kommt



mysql_real_connect: Access denied for user 'root'@'localhost' (using password: YES)
failed, retrying in 5 seconds


Doch nur wieso ?

Währe nett wen ich eine schnelle Antwort kriegen würde (=


MfG,

Kevin
12/06/2011 02:26 RumorUS#2
mysql -p
(enter pass)

(if this did not work then just type "mysql")

Code:
GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' {enter}
IDENTIFIED BY 'your_password' WITH GRANT OPTION; {enter}
then "quit"

then start server again
12/06/2011 09:19 headxmaster#3
c148# GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost'
GRANT: No match.

c148# IDENTIFIED BY 'xxx_xxx' WITH GRANT OPTION;
IDENTIFIED: Command not found.

=(
12/06/2011 10:11 Mashkin#4
Du musst die Query innerhalb der MySQL-Konsole ausführen:
Code:
c148# mysql -uroot -hlocalhost
mysql>GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' {enter}
mysql>IDENTIFIED BY 'password' WITH GRANT OPTION; {enter}
mysql>FLUSH PRIVILEGES; {enter}
mysql>quit {enter}
c148#
12/06/2011 10:58 headxmaster#5
c148# mysql -uroot -hlocalhost

ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

c148#
12/06/2011 11:15 F.R.E.E#6
Schau mal bei FZ nach was du in den CONFIGS von Autuh game1 db etc. Für nen User und welches passwort. Dann gehst du in navicat und schaust bei Manage users unter dem user der dort ist ob das alles überein stimmt.
Wenn nicht ändere es dann sollts gehen.
Sonst add mich in Skype und ich mach das für dich.