frozenfox Posted February 26, 2013 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 06/14/12 Last Seen: October 27, 2013 Share Posted February 26, 2013 Hi.. I got this message when i was trying to start my server and running login-server_sql... [SQL]: Access denied for user 'ragnarok'@'localhost' (using password: YES) [Debug]: at loginlog_sql.c:110 this message only appear in login-server_sql. map-server_sql and char-server_sql are normally run. i've already to set inter_athena.conf, check user prev in phpmyadmin, and restart mysql, but not working .. anyone can help please ? Quote Link to comment Share on other sites More sharing options...
Brian Posted February 26, 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 February 26, 2013 Can you double check that you set your MySQL user, pass, database in 4 sections in trunk/conf/inter_athena.conf // Global SQL settings // overriden by local settings when the hostname is defined there // (currently only the login-server reads/obeys these settings) sql.db_hostname: 127.0.0.1 sql.db_port: 3306 sql.db_username: ragnarok sql.db_password: ragnarok sql.db_database: ragnarok sql.codepage: // MySQL Character SQL server char_server_ip: 127.0.0.1 char_server_port: 3306 char_server_id: ragnarok char_server_pw: ragnarok char_server_db: ragnarok // MySQL Map SQL Server map_server_ip: 127.0.0.1 map_server_port: 3306 map_server_id: ragnarok map_server_pw: ragnarok map_server_db: ragnarok // MySQL Log SQL Database log_db_ip: 127.0.0.1 log_db_port: 3306 log_db_id: ragnarok log_db_pw: ragnarok log_db_db: ragnarok log_codepage: log_login_db: loginlog Quote Link to comment Share on other sites More sharing options...
Question
frozenfox
Hi..
I got this message when i was trying to start my server and running login-server_sql...
this message only appear in login-server_sql.
map-server_sql and char-server_sql are normally run.
i've already to set inter_athena.conf, check user prev in phpmyadmin, and restart mysql, but not working
..
anyone can help please ?
Link to comment
Share on other sites
1 answer 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.