Hello,
I am facing this problem when trying to do login from my client on my ElectroServer installed on my localhost.
ElectroServer console is showing this stack trace :
************************************************** ************************************************** ************************************************** ************************************************** ************************************************** ***********
org.skife.jdbi.v2.exceptions.UnableToObtainConnect ionException: org.apache.commons.dbcp.SQLNestedException:
Cannot create PoolableConnectionFactory (Access denied for user 'admin'@'localhost' (using password: YES))
************************************************** ************************************************** ************************************************** ************************************************** ************************************************** ***********
my database.properties contents are as following:
# Database properties are the properties defined at
database.driverClassName=com.mysql.jdbc.Driver
# Specify the url for MySQL,
database.url=jdbc:mysql://localhost:3306/MYDATABASE
# Specify a valid MySQL username and password.
database.username=admin
database.password=PASSWORD
Has it something to do with the port no. "3306"?
Suggest me how to fix this.


Reply With Quote
