Hi,
I have used mm.mysql driver for jdbc connection. I've did all the neccessary
connection and the java application was able to load the driver, but there was this
problem. The java program was actually from the mm.mysql documentation.
Problem:
SQLException:Server configuration denies access to data sources
SQLState: 08001
VendorError: 0
Other than performing the steps for the driver setup, is there other things that i
have to do, in order to set up the link?
For the mySQL, i used the binary distribution and installed using the rpm.(both the
server and client). I only used the command:
shell> rpm -i MySQL-VERSION.i386.rpm MySQL-client-VERSION.i386.rpm
I did not exec the mysql_install_db command.
I could access the mySQL and perform create,select,...
Thanks a million.
Regards,
Johan