why if i change 127.0.0.1 to ip game (192.168.1.100) eror
why if i change 127.0.0.1 to ip game (192.168.1.100) Connection to MySQL Database Failed
/etc/hosts
http://imageshack.com/a/img43/5530/dg09.jpg
http://imageshack.com/a/img707/4737/5ynk.jpg
help me
i'am follow
and don't forget to Replace the IPs with your current addresses except the lines with 0.0.0.0
/PWServer/gacd/gamesys.conf
/PWServer/gamed/gmserver.conf
/PWServer/gamed/gs.conf
/PWServer/gamed/gsrollback.conf
/PWServer/gamedbd/cashstat.conf
/PWServer/gamedbd/gamesys.conf
/PWServer/gdeliveryd/gamesys.conf
/PWServer/gfactiond/gamesys.conf
/PWServer/glinkd/gamesys.conf
/PWServer/logservice/logservice.conf
/PWServer/uniquenamed/gamesys.conf
/etc/authd.conf
/etc/gmopgen.xml
/etc/GMserver.conf
/etc/hosts
/etc/iweb.conf
sorry bad english
Re: why if i change 127.0.0.1 to ip game (192.168.1.100) eror
localhost should always be 127.0.0.1, if you change it you will get errors.
Re: why if i change 127.0.0.1 to ip game (192.168.1.100) eror
Look on your webserver folder :: apache / tomcat / jakarta
check on folder
Quote:
webapps/pwAdmin/WEB-INF/
look on file
Quote:
String db_host = "127.0.0.1";
String db_port = "3306";
String db_user = "root";
String db_password = "mysqlpass";
String db_database = "dbname";
Re: why if i change 127.0.0.1 to ip game (192.168.1.100) eror
This thread is a prime example of why people with no idea of what they are doing should steer clear of servers...