Access error when trying to connect from Java

2002-02-17 Thread Søren Neigaard
Please I need some help here, I don't think I understand the "rights" architecture in MySQL. I'm trying to connect like this: Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/homebrew?user=homebrew&password=maaler"); But I get the following error: SQLException: Canno

Access error when trying to connect from Java

2002-02-17 Thread Søren Neigaard
I'm trying to connect like this: Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/homebrew?user=homebrew&password=maaler"); But I get the following error: SQLException: Cannot load connection class 'java.sql.SQLException: Server configuration denies access to data so