i have a problem with my server

04/18/2013 23:01 HDesign#1
hello ,
i have problem with my server
i have download the server files here
[Only registered and activated users can see links. Click Here To Register...]
this problem :
[Only registered and activated users can see links. Click Here To Register...]
what can i do ?
04/18/2013 23:03 Silver™#2
Das heißt das der User in Mysql nicht mit dem User der Cores zusammen passt !
04/18/2013 23:32 HDesign#3
can you speak english please :)

& i need fix this problem how ?
04/18/2013 23:58 nostradame37#4
your passwort from the user metin2 its wrong the passwort can you find in your config
edit the passwort
King Regards
04/19/2013 00:27 HDesign#5
i changed the password
But the problem still ..

i type

root
root

cd /home/game && sh start.sh

running ..

and this problem :p

:(
04/19/2013 13:46 Stαgє6#6
its easy you login in in Navicat than you go to Mysql than User an there you copy the password from user root and put this in the metin2 user so it´s going
04/19/2013 15:35 HDesign#7
i can't
see this
[Only registered and activated users can see links. Click Here To Register...]
:(
04/19/2013 15:48 Stαgє6#8
Quote:
Originally Posted by HDesign View Post
i can't
see this
[Only registered and activated users can see links. Click Here To Register...]
:(
than is your mysql down ^^
04/19/2013 16:06 HDesign#9
can you convert serverfiles to .vdi
i can't run :(
i love this server files :(
06/06/2013 10:16 koullis1#10
Your configs on db have different user , for example dbuser and maybe you dont have a user called dbuser try change that in the config.txt , find the user and change it your mysql username
06/06/2013 11:51 LEL0UCH'#11
You must login to your putty/virtualbox, then put:
PHP Code:
mysql -
Then make this:
PHP Code:
GRANT ALL PRIVILEGES ON *.* TO 'metin2'@'localhost'  [ENTER
Then go to the folder:
PHP Code:
cd /usr/home/game/channel1 
and search for:
PHP Code:
localhost metin2 PW 
Then back to putty/virtualbox and make after the [ENTER]:
PHP Code:
IDENTIFIED BY 'PW' WITH GRANT OPTION
and then exit:
PHP Code:
exit;