MySQL Error
Posted: Sun Sep 25, 2011 5:09 pm
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4470
L2JDP Revision Number: 7733
Dear All,
I am having issues starting the login server. I correctly configured all other options, but it is still failing authentication. It is a locahost database (host: localhost) with root account having no password. Settings are the same for phpmyadmin which correctly authenticates, however, the login server, having following set:
Returns "access denied".
Help please? Thanks!
» Find Revision
L2J Revision Number: 4470
L2JDP Revision Number: 7733
Dear All,
I am having issues starting the login server. I correctly configured all other options, but it is still failing authentication. It is a locahost database (host: localhost) with root account having no password. Settings are the same for phpmyadmin which correctly authenticates, however, the login server, having following set:
Code: Select all
Driver = com.mysql.jdbc.Driver#Driver = org.hsqldb.jdbcDriver#Driver = com.microsoft.sqlserver.jdbc.SQLServerDriverURL = jdbc:mysql:///l2jdb#URL = jdbc:hsqldb:hsql://localhost/l2jdb#URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password = #Database user info (using root user is not recommended)Login = rootPassword =
Help please? Thanks!