weigen Posted June 27, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 02/17/12 Last Seen: July 15, 2013 Share 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 Link to comment Share on other sites More sharing options...
weigen Posted July 1, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 02/17/12 Last Seen: July 15, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Brian Posted June 27, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share Posted June 27, 2013 SQL configurations are in trunk/conf/inter_athena.conf Quote Link to comment Share on other sites More sharing options...
weigen Posted June 27, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 02/17/12 Last Seen: July 15, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Brian Posted June 27, 2013 Group: Members Topic Count: 75 Topics Per Day: 0.02 Content Count: 2223 Reputation: 593 Joined: 10/26/11 Last Seen: June 2, 2018 Share 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 Link to comment Share on other sites More sharing options...
weigen Posted June 28, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 02/17/12 Last Seen: July 15, 2013 Author Share Posted June 28, 2013 Check, inside is empty too =/ Quote Link to comment Share on other sites More sharing options...
Sryx Posted June 28, 2013 Group: Members Topic Count: 15 Topics Per Day: 0.00 Content Count: 520 Reputation: 64 Joined: 11/19/11 Last Seen: October 19, 2024 Share Posted June 28, 2013 Download again the files, it should not be empty. Quote Link to comment Share on other sites More sharing options...
TwiztidSinX Posted June 30, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 3 Joined: 06/11/13 Last Seen: August 21, 2015 Share 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 Link to comment Share on other sites More sharing options...
Question
weigen
Hello,
Having problem with this.
Link to comment
Share on other sites
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.