hervin Posted November 10, 2016 Share Posted November 10, 2016 somebody please help me whats wrong whit me? do not connect to phpmyadmin mysql Quote Link to comment Share on other sites More sharing options...
0 Sryx Posted November 11, 2016 Share Posted November 11, 2016 Grant privileges to user ragnarok on database ragnarok. Quote Link to comment Share on other sites More sharing options...
0 Dev Blaze Posted November 10, 2016 Share Posted November 10, 2016 do not use s1& s2 same : ragnarok change it then restart your server Quote Link to comment Share on other sites More sharing options...
0 hervin Posted November 10, 2016 Author Share Posted November 10, 2016 same T_T Quote Link to comment Share on other sites More sharing options...
0 Asela Posted November 11, 2016 Share Posted November 11, 2016 What you have to configure is the MySQL user, which is different from the user inside the login table. The userid and passwd fields inside map_athena.conf are for the login table. But all those db_id and db_pw inside the inter_athena.conf are for MySQL users. A quick fix will be to run these two lines in phpMyAdmin under the SQL option. I based the values on your last screenshot. CREATE USER 'ragnarok'@'localhost' IDENTIFIED BY 'ragnarok2'; GRANT SELECT,INSERT,UPDATE,DELETE ON ragnarok.* TO 'ragnarok'@'localhost'; And then make sure in inter_athena.conf all the db_id are ragnarok and all the db_pw are ragnarok2. Similarly, make sure the userid and passwd fields in the other conf files match what you have in the login table. Quote Link to comment Share on other sites More sharing options...
0 Aureon Posted November 11, 2016 Share Posted November 11, 2016 You cant connect due to some misconfig on your char ip, map ip, login ip on char_athena .conf and map_athena.conf, it should synchronize with inter_athena.conf config try changing your char ip, map ip and login ip to 127.0.0.1 (localhost) on your char_athena and map_athena Quote Link to comment Share on other sites More sharing options...
somebody please help me
whats wrong whit me?
do not connect to phpmyadmin mysql
Link to comment
Share on other sites