• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

PWadmin

Newbie Spellweaver
Joined
Apr 20, 2014
Messages
32
Reaction score
0
one can help me please I have a little problem with pwadmin "Connection to MySQL Database Failed" and simply do not I'm new in the area and want a little learning


Thanks in advance
 
Joined
Jul 17, 2007
Messages
665
Reaction score
104
It's on pwAdmin account page?
If mysql running then your settings wrong in pwAdmin (mysql password, database name, etc)
It's I guess in webinf folder and not sure but filename is .pwadminconf.jsp

Settings must match with table.XML password and database

Best if use search because u get alot result with this error
 
Upvote 0
Newbie Spellweaver
Joined
Apr 20, 2014
Messages
32
Reaction score
0
I have done everything yet the error is still building up the no connection to MySQL database



but only with acc creation
 
Upvote 0
Newbie Spellweaver
Joined
Aug 21, 2013
Messages
44
Reaction score
6
edit account.jsp search for this line

rs = statement.executeQuery("call adduser('" + login + "', " + password + ", '0', '0', '0', '0', '" + mail + "', '0', '0', '0', '0', '0', '0', '0', '', '', " + password + ")");

replaced with this line

rs = statement.executeQuery("CALL adduser('" + login + "', '" + password + "', '0', '0', '0', '0', '', '0', '0', '0', '0', '0', '0', '0', '', '', '" + password + "')");

you can make account but there is problem you can't log in game there somthing to do if you know please let me know cuz i'am stuck here
 
Upvote 0