Re: Error while connecting to MySQL database

2006-06-30 Thread David Smith
ROTECTED] Sent: Wednesday, June 28, 2006 7:57 PM To: users@tomcat.apache.org Subject: Error while connecting to MySQL database Hi, I am facing a problem with my Apache-Tomcat-MySQL installation.MyEnvironment is as follows: Redhat ES4(2.6.9-5.EL), Apache-Tomcat-5.5.15, MySQL 4.1.12, Java version 1.5.0

Re: Error while connecting to MySQL database

2006-06-29 Thread navaneethan loganathan
long as you can connect by using that pwd from the MySQL client. Hope this helps. Cheers, Gordon Smith -Original Message- From: navaneethan loganathan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 7:57 PM To: users@tomcat.apache.org Subject: Error while connecting to MySQL dat

AW: Error while connecting to MySQL database

2006-06-29 Thread KHZ (SAW)
rstag, 29. Juni 2006 15:51 An: 'Tomcat Users List' Betreff: RE: Error while connecting to MySQL database If Class.forName throws a null pointer exception, chances are it can't find the driver because you have a Tomcat configuration problem or other classpath-related problem rela

RE: Error while connecting to MySQL database

2006-06-29 Thread Gordon Smith
this forum as long as you can connect by using that pwd from the MySQL client. Hope this helps. Cheers, Gordon Smith -Original Message- From: navaneethan loganathan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 7:57 PM To: users@tomcat.apache.org Subject: Error while connectin

RE: Error while connecting to MySQL database

2006-06-29 Thread Jitendra Kharche
, Jitendra -Original Message- From: navaneethan loganathan [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 5:27 AM To: users@tomcat.apache.org Subject: Error while connecting to MySQL database Hi, I am facing a problem with my Apache-Tomcat-MySQL installation.MyEnvironment is as follo

Error while connecting to MySQL database

2006-06-28 Thread navaneethan loganathan
Hi, I am facing a problem with my Apache-Tomcat-MySQL installation.MyEnvironment is as follows: Redhat ES4(2.6.9-5.EL), Apache-Tomcat-5.5.15, MySQL 4.1.12, Java version 1.5.0_06, Apache-Tomcat connector ajp13, mysql-connector-java-3.2.0-alpha-bin.jar. After installation and configuration I am un

Re: When we restarted tomcat, we are getting the below error while connecting to MySql database

2006-06-26 Thread David Smith
has '%' or 'localhost.localdomain', it should work. 2. Using the root account in a webapp is not recommended. --David [EMAIL PROTECTED] wrote: Hi, When we restarted tomcat, we are getting the below error while connecting to MySql database: - Catalina.start:

When we restarted tomcat, we are getting the below error while connecting to MySql database

2006-06-25 Thread rk
Hi, When we restarted tomcat, we are getting the below error while connecting to MySql database: - Catalina.start: LifecycleException: Exception opening database connection: java.sql.SQLException: Access denied for user 'root'@'localhost.localdomain'