I'm stuck up with simple problem, when I try to access the table through JSP program and got a error message as *"java.sql.SQLException: Server configuration denies access to data sourceConnection returned NUll.Stopping service Tomcat-Standalone"
For some reason, Java connects to MySQL as [EMAIL PROTECTED], despite the URL being jdbc:mysql://localhost/database.
That means that you'll need to have an entry in your MySQL grants table for [EMAIL PROTECTED], which is different than [EMAIL PROTECTED]
-chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
