Jump to content
  • 0

Question

Posted

Hello,

 

Having problem with this.

 

: Acces denied for user 'root'@'localhost' <using password: YES>
[Debub]: at ..\src\char\inter.c:713

is that possible to using blank password? if possible where to edit it. Need help 

Thank

 

7 answers to this question

Recommended Posts

Posted

Thank For the reply, btw i have solve the problem

This is because in inter.C inside already have default username and password
 

int char_server_port = 3306;
char char_server_ip[32] = "127.0.0.1";
char char_server_id[32] = "ragnarok";
char char_server_pw[32] = "ragnarok";
char char_server_db[32] = "ragnarok";
char default_codepage[32] = ""; 

after i remove the password the problem was solve...
Posted

ya i know..but i leave the password empty it come out below error when i run server
 

: Acces denied for user 'root'@'localhost' <using password: YES>
[Debub]: at ..\src\char\inter.c:713
Posted

Well if you are getting 

: Access denied for user 'root'@'localhost' <using password: YES>

Then it is not blank if it was blank it would say

[sql]: Access denied for user 'root'@'localhost' <using password: NO>

either way a Access denied for user 'root'@'localhost' error means that what you are putting now does not match what you put for the root password

when you installed MySQL during the Configuration part

 

Re-Install MySQL and when it is configuring the MySQL Server put the password you want there. Then in your inter_athena.conf put your root password in all 4 spots that it asks for it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...