Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Boell Fischer   on Mar 08 In Java Category.

  
Question Answered By: Liam Bouchard   on Mar 08

I already have mysql  driver on my machine. My computer has win2000. I
put classpath c:\jdbc\mysql-connector-java-2.0.14-bin-jar

When I run small program to test it. I get some errors

SQLException: No suitable driver
Unable to load driver.
java.lang.NullPointerException
at DBTest.drop(DBTest.java:100)
at DBTest.main(DBTest.java:115)
Exception in thread "main" 

I could not figure it out. I don't think mysql use username and
password. Someone already download java  and mysql on my computer before
I got this computer. I was wonder if they set the username and password
as same as my computer username and passsword. How can we find  out?

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Database on mysql Or get search suggestion and latest updates.


Tagged: