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
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
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
Hello everyone
I am using mysql version 11.12 Distrib 3.23.32 on Red Hat Linux.I am
also using a
Java Blackdown -1.3.0-FCS and MM.MySQL 2.0-pre2 JDBC driver..I am trying
to run the following program :
import java.sql.*;
public class LoadDriver
{
public static void main(String[] Args)
{