I want to write a Java program that connects to MySQL using Hibernate, but I don't want my code infected by GPL, is there an Open Source library out there with permissive terms that will allow me to do this? LGPL would be acceptable.

link|improve this question

62% accept rate
feedback

1 Answer

Try using the mmMysql drivers, an alternative to the originals.
They're released under a LGPL license.

link|improve this answer
Even though the library developer has released the code under LGPL, he makes no claim that it does not link to GPL code internally, so I will need to review the source. Does anyone have experience using this library? – BD at Rivenhill May 25 '11 at 15:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.