Jump to content
  • 0

My SQL problem


weigen

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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

 
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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...
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

SQL configurations are in trunk/conf/inter_athena.conf

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

<using password: YES>

that means somewhere, a password is set for the 'root' MySQL user.

Check your import folder /conf/import/inter_conf.txt

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  02/17/12
  • Last Seen:  

Check, inside is empty too =/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  15
  • Topics Per Day:  0.00
  • Content Count:  520
  • Reputation:   64
  • Joined:  11/19/11
  • Last Seen:  

Download again the files, it should not be empty.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   3
  • Joined:  06/11/13
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...