Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] Re: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost/the_db

After rechecking everything I found that mysql configuration on the
second computer was not to listen for network connections, after
fixing that, (almost) all started to work fine. Or I should say, that
it started to work the same on both machines. I.e. it generates DDL
and creates tables in database.

Although that exception is still printed to the output, but it is not
thrown. I never saw it before because the log level for eclipselink
was FINE (and I set it to FINEST trying to find out what's happening).

I guess everything's fine now. Sorry for this miss-alarm :)

P.S. but anyways, reading that there is no suitable driver it is hard
to guess, that the driver is found but failed to connect :)


Back to the top