RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
ty and performance fixes are in Tomcat 5.5. HTH - Richard -Original Message- From: ALEX HYDE [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 10:46 AM To: Tomcat Users List Subject: Re: Antwort: RE: Tomcat JDBC connection with Mysql Hi All, I have been developing a system

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread Richard Mixon
Users List Subject: Re: Antwort: RE: Tomcat JDBC connection with Mysql Hi All, I have been developing a system using Tomcat on my Windows box at home. I am now ready to deploy it to a server. I was thinking of using Fedora Core because it is cheaper and I heard it has a fiarly good reputation

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-15 Thread ALEX HYDE
Hi All, I have been developing a system using Tomcat on my Windows box at home. I am now ready to deploy it to a server. I was thinking of using Fedora Core because it is cheaper and I heard it has a fiarly good reputation. Could anyone pass on any experiences of running Tomcat 4 on Linu

RE: Tomcat JDBC connection with MySQL

2005-12-12 Thread marju jalloh
I made it Thanks everyone especially jan and Kirthik Byfour Jan Behrens <[EMAIL PROTECTED]> wrote: > String userName = "root"; > String password = ""; > String URL = "jdbc:mysql://l/AdressBook"; Are you sure this is correct? You are

RE: Tomcat JDBC connection with MySQL

2005-12-12 Thread Jan Behrens
> String userName = "root"; > String password = ""; > String URL = "jdbc:mysql://l/AdressBook"; Are you sure this is correct? You are connecting to a MySQL server at URL "1" and db "AdressBook" as root without a password... you should: - secure

RE: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Karthik
--Original Message- From: Sebastian Funk [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 7:14 PM To: Tomcat Users List Subject: Re: Antwort: RE: Tomcat JDBC connection with Mysql Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread marju jalloh
yes it is right I tried it with localhost and also eith the IP address Thanks for your response Byfour Sebastian Funk <[EMAIL PROTECTED]> wrote: Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/AdressBook Are you sure it's right? Is 'l

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Sebastian Funk
Hi, I got the same error a few weeks ago. in my case, the URL was wrong. you use: jdbc:mysql://l/AdressBook Are you sure it's right? Is 'l' really the right host? Did you tried it with the ip-address? Best Regards, Sebastian On Dec 12, 2005, at 2:37 PM, marju jalloh wrote: I went

Re: Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread marju jalloh
I went throug the permission and now I get another error java.sql.SQLException: Unable to connect to any hosts due to exception: java.net.SocketException: java.net.ConnectException: Connection refused ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSA

RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Karthik
D] Sent: Monday, December 12, 2005 6:04 PM To: Tomcat Users List Subject: RE: Tomcat JDBC connection with Mysql But how to Grant permission to an ip host Karthik <[EMAIL PROTECTED]> wrote: hI tHE PROBLEMS IS PRESENT WITHIN THE mysql SERVER,U NEED TO GIVE PERMISSION TO THE ip HOST U

Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Jan Behrens
look here --> http://dev.mysql.com/doc/refman/4.1/en/connection-access.html rtfm ;) marju jalloh <[EMAIL PROTECTED]> schrieb am 12.12.2005 13:33:54: > But how to Grant permission to an ip host > > > Karthik <[EMAIL PROTECTED]> wrote: hI > > tHE PROBLEMS IS PRESENT WITHIN THE mysql SERVER,U

RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread marju jalloh
But how to Grant permission to an ip host Karthik <[EMAIL PROTECTED]> wrote: hI tHE PROBLEMS IS PRESENT WITHIN THE mysql SERVER,U NEED TO GIVE PERMISSION TO THE ip HOST U ARE USING TRY USING THE GRANT PERMISSION AND USE THE SAME,BUT U HAVE TO FLUSH OUT ALL acl PREVELIAGES AVALIABEL IN MYSQL

RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Karthik
hI tHE PROBLEMS IS PRESENT WITHIN THE mysql SERVER,U NEED TO GIVE PERMISSION TO THE ip HOST U ARE USING TRY USING THE GRANT PERMISSION AND USE THE SAME,BUT U HAVE TO FLUSH OUT ALL acl PREVELIAGES AVALIABEL IN MYSQL DB USE A FRONT END LIKE MYSQL FRONT TO DO THIS HOPE THIS HELPS. WITH RE