Hi, I've running RDC server and works fine, but the test URL always shows this
RemoteServer is running (10/25/2022 13:44:24)
Error fetching connection.
In config.properties file I've this config
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/enviequipaje_app?characterEncoding=utf8
User=TRUE VALUE IS HIDDEN FOR SECURITY
Password=TRUE VALUE IS HIDDEN FOR SECURITY
#Java server port
ServerPort=17178
But, in server logs i've get this main error
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user '[CORRECT USER IS HIDDEN FOR SECURITY REASONS]'@'%' to database 'test'
Why?, the correct database that I wish connect is "enviequipaje_app", not "test".
The files are in a VPS server in a location outside from public_html, thats show this image
Thanks in advance for help.
RemoteServer is running (10/25/2022 13:44:24)
Error fetching connection.
In config.properties file I've this config
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/enviequipaje_app?characterEncoding=utf8
User=TRUE VALUE IS HIDDEN FOR SECURITY
Password=TRUE VALUE IS HIDDEN FOR SECURITY
#Java server port
ServerPort=17178
But, in server logs i've get this main error
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user '[CORRECT USER IS HIDDEN FOR SECURITY REASONS]'@'%' to database 'test'
Why?, the correct database that I wish connect is "enviequipaje_app", not "test".
The files are in a VPS server in a location outside from public_html, thats show this image
Thanks in advance for help.