Hello, I have my own MMORPG Game server "Liangshan" and my ONLY major problem with it is that the Password field doesn't work upon login.
The Game is ran with a Java Source(Server), MySQL Database, and Flash/XML files.
The login is Flash Based, but the MySQL Database doesn't have a Password Field. And the Flash files connect to the Java Server which then updates the MySQL Database. So, my question is do I need to be looking in both Flash AND Server files for the information regarding the database?
Note that the Server CMD Prompt doesn't throw out any MySQL Database errors regarding the password.