
September 5th, 2001, 08:48 AM
|
|
Junior Member
|
|
Join Date: Aug 2001
Posts: 0
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
First:
- Did you download the JDBC Driver for mm.mysql? If not, you need to do so and add it to your classpath
Second:
- MySQL does not typically run on port 8080, that is for the web server. It usually runs on port 3306 by default.
Third:
- I might be wrong here but are you sure that you're using the right URL to connect? "jdbc:mysql://localhost:8080/PROJ" doesn't seem right to me.
Fourth:
- It doesn't specify anywhere your username and password so there is no authentication done. From what little I've worked with (on MySQL), you need to provide this information to connect.
hope this helps in helping your problem
|