5 messages in com.mysql.lists.javaRe: Server configuration denies acces...
FromSent OnAttachments
Andrew Khan17 Nov 2000 18:42 
melroy c d'souza18 Nov 2000 04:14 
Igor Fedulov18 Nov 2000 05:48 
Robert Purchase18 Nov 2000 06:35 
Cris Perdue18 Nov 2000 09:49 
Subject:Re: Server configuration denies access to data source
From:Igor Fedulov (ifed@outlook.net)
Date:11/18/2000 05:48:22 AM
List:com.mysql.lists.java

jdbc:mysql://localhost:3306/dbname?user=andyk&password=andyk

I would first look to find out what is the name of the host you running mysql on (by running 'hostname') and then if your servlets running on same server I would try to replace the localhost with the name obtained from 'hostname' if it will not work then most likely you have permission problem and you have to grant access to 'dbname' for user 'andyk' from 'host'. Email me if you have any more questions.

Best regards,