java - Is jdbc by itself compatible with mysql -


I would like to know whether jdbc itself is compatible with mysql or do I need to do some extra? I was told that it is not compatible and I have to use a different database.

does this.

You have to use the correct mysql jdbc driver and so on!

Some useful links:

A little old but still useful:

Official reference:

< / P>

You have to look at your specific edition.


Comments