Re: Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Daniel Ducat
Hello Jan-Aage In my example I have replaced the real username/password with a "username"/"password". Iin the real code I use real username and password. Actually early I thought the username and password I use are not correct, but I log with them using mysql shell. I have grant all GRANTS to thi

Re: Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Jan-Aage Bruvoll
On Wed, 14 Feb 2001, Daniel Ducat wrote: > Thanks for the answer, Jonathan. I have already tried the way you > propose, but it gives me the same error. Any other ideas ? > Lebrun Jonathan wrote: > > Try this : > > Connection C=DriverManager.getConnection( > > "jdbc:mysql://localhost/test","user

Re: Cannot load connection class 'java.sql.SQLException problem !

2001-02-14 Thread Daniel Ducat
Hello everyone Thanks for the answer, Jonathan. I have already tried the way you propose, but it gives me the same error. Any other ideas ? Thanks a lot!! Daniel Ducat Lebrun Jonathan wrote: > Try this : > > Connection C=DriverManager.getConnection( > "jdbc:mysql://localhost/test","username"