|
It's only if you distribute the MySQL code that you need a license. Distributing software that may use it isn't breaking the license as long as who you give it to obtains MySQL on their own.
The common problem with this is many programs use APIs or are linked with MySQL which means there's a part of it in your code. This is why you should program with a layered driver and allow your customers to choose their database of choice. Then it's not your problem what the datasource is.
|