RE: database URL / JDBC connection trouble

2001-08-08 Thread Venu
Hi ! )-Original Message- )From: [EMAIL PROTECTED] )[mailto:[EMAIL PROTECTED]]On Behalf Of Charles Megnin )Sent: Wednesday, August 08, 2001 8:55 AM )To: [EMAIL PROTECTED] )Subject: Re: database URL / JDBC connection trouble ) ) )Mark - )thanks for your input. )I am using RH 6.2 )however

RE: database URL / JDBC connection trouble

2001-08-08 Thread Venu
Hi ! )-Original Message- )From: Mark Matthews [mailto:[EMAIL PROTECTED]] )Sent: Wednesday, August 08, 2001 5:48 AM )To: [EMAIL PROTECTED] )Cc: [EMAIL PROTECTED] )Subject: RE: database URL / JDBC connection trouble ) ) )There is no problem with your URL. The message you are receiving

Re: database URL / JDBC connection trouble

2001-08-08 Thread Charles Mégnin
Mark - thanks for your input. I am using RH 6.2 however charly@theblueplanet[24] cat /etc/hosts 127.0.0.1 localhost.localdomain localhost Besides, I've added 127.0.0.1 explicitely in the db table & tried to connect via that IP address rather than localhost, to no avail. Incidentally, I

RE: database URL / JDBC connection trouble

2001-08-08 Thread Mark Matthews
There is no problem with your URL. The message you are receiving comes from the database. Your network permissions are not setup to allow TCP/IP connections from localhost (or my bet, you're on Redhat which brokenly maps 127.0.0.1 to "localhost.localdomain"). You will need to add grants to allow c

database URL / JDBC connection trouble

2001-08-07 Thread Charles Mégnin
My apologies if I am cross-posting as I am not clear on which is the proper list for gal questions (& I have also posted to [EMAIL PROTECTED]). What is the proper database URL for JDBC connectivity ? I have set String url = "jdbc:mysql://localhost:3306/music"; String user = "charly"; String passw