Sir, Shall I use MySQL Community Server ( GPL Licensed ) in php desktop chrome application?
I'm using PHP desktop chrome application for creating billing software in my local. So I need to store the data in some database (more than 2 computers and less than 5 computers). Shall I use MySQL Community server without packaging with my software. i.e. I will install MySQL separately on my client's computers. So in this way, is it possible to use the database without affecting the license terms, in PHP desktop chrome?
Try to add an php module for mysql like mysqli.