weigen Posted June 27, 2013 Posted June 27, 2013 Hello, Having problem with this. : Acces denied for user 'root'@'localhost' <using password: YES>[Debub]: at ..\src\char\inter.c:713is that possible to using blank password? if possible where to edit it. Need help Thank Quote
weigen Posted July 1, 2013 Author Posted July 1, 2013 Thank For the reply, btw i have solve the problemThis 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... Quote
Brian Posted June 27, 2013 Posted June 27, 2013 SQL configurations are in trunk/conf/inter_athena.conf Quote
weigen Posted June 27, 2013 Author Posted June 27, 2013 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 Quote
Brian Posted June 27, 2013 Posted June 27, 2013 <using password: YES> that means somewhere, a password is set for the 'root' MySQL user. Check your import folder /conf/import/inter_conf.txt Quote
Sryx Posted June 28, 2013 Posted June 28, 2013 Download again the files, it should not be empty. Quote
TwiztidSinX Posted June 30, 2013 Posted June 30, 2013 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 passwordwhen 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. Quote
Question
weigen
Hello,
Having problem with this.
7 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.