ou are trying to log on with the user
> 'username' and password 'password'. Unless you actually have a user in
> MySQL called 'username' with PW 'password', MySQL will complain just the
> way it did.
>
> > > > Cannot load connection
quot;jdbc:mysql://localhost/test","username","password");
Well, as far as I can see, you are trying to log on with the user
'username' and password 'password'. Unless you actually have a user in
MySQL called 'username' with PW &
t/test","username","password");
>
> - Original Message -
> From: "Daniel Ducat" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 14, 2001 12:55 PM
> Subject: Cannot load connection class 'java
out.println(E.getMessage() + ":" +E.getSQLState() +":"+
E.getErrorCode());
}
catch(Exception E)
{System.out.println("Unable to load driver");
}
}
}
After compilation, when I am trying to run it, I get the follwing error
:
Cannot load connection class '
Hello everyone
Does anyone know why and when occurs the following error :
Cannot load connection class 'java.sql.SQLException
Thanks a lot !
Daniel Ducat
-
Before posting, please check:
http://www.mysql.com/manua