If I'm not mistaken using library that is GPLed will force your app to go GPL.
Is there a way to get away with MySQL GPL licence and use it in closed source (Not necessarily commercial)? Two scenarios here:
1. libmysqlclient is linked dynamically
1. libmysqlclient is linked statically
Thanks!