I am running a Java application and am trying to access a MySQL database. I continue to get the following error:
Error occurred... java.sql.SQLException: Server configuration denies access to data source
It seems to be knocking me down before it does any user authentication.
Any ideas?
-GD
Error occurred... java.sql.SQLException: Server configuration denies access to data source
It seems to be knocking me down before it does any user authentication.
Any ideas?
-GD