Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Guide] MySQL Access Denied

Newbie Spellweaver
Joined
Jun 4, 2008
Messages
78
Reaction score
1
Tutorial For MySQL Query Browser


:juggle:
Tutorial For PHPMyAdmin


:poster_ss
videophpmyadmin.txt
hii...if you have problem with Access denied while run server please follow this tutorial.

--------------------------------------
char_athena.conf

userid: s1
passwd: p1

edit to

userid: ragnarok
passwd: ragnarok

--------------------------------------
map_athena.conf

userid: s1
passwd: p1

edit to

userid: ragnarok
passwd: ragnarok

--------------------------------------
after that goto Firefox and open and enter Username: root (default) Password: vertrigo (default Password for VertrigoServ) and goto Privileges and click Add a new User

User: ragnarok
Host: localhost
Password: ragnarok
Re-type: ragnarok

and click Check All. then click GO.

Done...good luck with your server :D.

videomysqlquery.txt
hii...if you have problem with Access denied while run server please follow this tutorial.

--------------------------------------
char_athena.conf

userid: s1
passwd: p1

edit to

userid: ragnarok
passwd: ragnarok

--------------------------------------
map_athena.conf

userid: s1
passwd: p1

edit to

userid: ragnarok
passwd: ragnarok

--------------------------------------

after that goto Mysql Query Browser enter
Server Host: localhost
Username: root (default)
Password: Your mysql password time Install Mysql Server
Default Schema: ragnarok
Port: 3306
and click OK

--------------------------------------
after that goto Login table and Click Edit and enter like this

userid: ragnarok
user_pass: ragnarok

then click Apply Changes

--------------------------------------
afther that goto Tools menu and choose Mysql Administrator
goto User Administration and click Add new user

MySQL User: ragnarok
Password: ragnarok
Comfirm Password: ragnarok

then click Apply Changes

then select Schema Privileges menu.

Click on the Ragnarok DB and click << after that click Apply Changes

Done...thx for wathing.
 
Newbie Spellweaver
Joined
Jul 17, 2008
Messages
13
Reaction score
0
Yea so I had the second problem and I tried what you said and it still doesnt work, I dont know why, Ill try deleting the user and remaking it but might not work, Got any other solutions?
 
Junior Spellweaver
Joined
Dec 2, 2008
Messages
142
Reaction score
0
Use abyss Web Server it can detect all Control Panel and easy to use
 
Newbie Spellweaver
Joined
Dec 20, 2007
Messages
22
Reaction score
0
Xampp is way easyer to setup and dont much have to configure it, quick to install and get going.

comes with apache and mysql service
 
Back
Top