473,507 Members | 8,335 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Using MySQL as a backend for a commercial application (Licensing)

I've read the MySQL licensing material and what I've found online, but
I'm still unclear about when I have to pay MySQL for a license.

Scenario: I've created an application that stores some data in MySQL
5.0 (InnoDB table types). It connects to MySQL 5.0 via MyODBC.

1.) If I include MySQL 5.0 and MyODBC in the installer, do I have to
buy a separate MySQL license for every copy of the installer I sell?

2.) If I include MySQL 5.0 and MyODBC in the installer but allow the
user to use their own licensed copy of MySQL 5.0, do I have to buy a
license for the unused MySQL?

3.) If I include MySQL 5.0 and MyODBC in the installer but allow the
user to use SQL Express (a non-MySQL product) instead, do I still have
to buy a license for the unused MySQL?

4.) Does not including MySQL 5.0 and MyODBC in the installer change
anything for any of these scenarios?

I would like to support MySQL as the backend for my product, but not if
I have to pay ~$600 for every copy just to allow a user to use MySQL
(not require).

Jun 28 '06 #1
3 3871
I use the community edition. It is free!
Jun 28 '06 #2
Jared wrote:
I use the community edition. It is free!
Really? From the Community Edition download page
(http://dev.mysql.com/downloads/) it says: "Note: For Independent
Software Vendors (ISVs) or hardware vendors who wish to embed or bundle
MySQL in closed source products, MySQL is also available under a
commercial license with comprehensive support."

I guess the question is "What consitutes 'embedding or bundling'?"
From my original post:


1.) If I include MySQL 5.0 and MyODBC in the installer, do I have to
buy a separate MySQL license for every copy of the installer I sell?

2.) If I include MySQL 5.0 and MyODBC in the installer but allow the
user to use their own licensed copy of MySQL 5.0, do I have to buy a
license for the unused MySQL?

3.) If I include MySQL 5.0 and MyODBC in the installer but allow the
user to use SQL Express (a non-MySQL product) instead, do I still have
to buy a license for the unused MySQL?

4.) Does not including MySQL 5.0 and MyODBC in the installer change
anything for any of these scenarios?

Jun 29 '06 #3
sp3d2orbit wrote:
Jared wrote:
>I use the community edition. It is free!

Really? From the Community Edition download page
(http://dev.mysql.com/downloads/) it says: "Note: For Independent
Software Vendors (ISVs) or hardware vendors who wish to embed or bundle
MySQL in closed source products, MySQL is also available under a
commercial license with comprehensive support."

I guess the question is "What consitutes 'embedding or bundling'?"
>>From my original post:

1.) If I include MySQL 5.0 and MyODBC in the installer, do I have to
buy a separate MySQL license for every copy of the installer I sell?
My understanding is that embedding as bundling apply when you have made
changes to the code and/or made the executables intrinsically part of
the software. If you were to somehow restrict the installation of mysql
to only work with your software then you would probably have to use the
commercial license. If you are just repackaging the regular binaries
without making any special changes then I wouldn't think you would have
a problem. You would just be redistributing free software as if you
were not packaging your own software with it.
>
2.) If I include MySQL 5.0 and MyODBC in the installer but allow the
user to use their own licensed copy of MySQL 5.0, do I have to buy a
license for the unused MySQL?
If the mysql binaries are the stock ones from Mysql then I wouldn't
think you would need to pay for a license. Other than that, I'll punt
to someone else. However, even if there were an issue you could
probably get around it by having a separate package that did not include
the mysql binaries.
3.) If I include MySQL 5.0 and MyODBC in the installer but allow the
user to use SQL Express (a non-MySQL product) instead, do I still have
to buy a license for the unused MySQL?
See above.
4.) Does not including MySQL 5.0 and MyODBC in the installer change
anything for any of these scenarios?
If you do not include the mysql and myodbc binaries then presumably no
custom modifications are being made by you, in which case the customers
are getting the mysql binaries from a different source. In that case I
don't see any issues.

However, I am not a lawyer, I do not play one on TV, and I do not do any
celebrity endorsements for any attorneys. I would suggest retaining one
and not relying on anonymous know-it-alls like myself :)
Jul 20 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2649
by: Gary Petersen | last post by:
If I create a commercial web application in PHP that uses mysql extensions (e.g. mysql_insert_id()), do I have to get a license for the commercial version of mysql?
10
2899
by: Kumar Saurabh | last post by:
Hi Devs, I was thinking of implementing a middle tire (most probably in XML) for a PHP MySQL web app but couldn't make a head way. can any one suggest how can i proceed with this. Thanks in...
8
2857
by: madcap | last post by:
Hi, Our company was looking for contract programmer to develop an internet/intranet application. We were approached by a freelancer who have quite a lot experience and his resume was...
8
5648
by: nunodonato | last post by:
hi there. i'm thinking of developing an app using Java to manage a library (books, clients, orders..etc). I am not sure of how to store the data, maybe using files or a DBMS. The ammount of data...
0
1456
by: B. Pigman | last post by:
There have been many questions as to the viability of MySQL's assertion that it can dictate what constitutes a derived work in order to use the GPL against developers who don't wish their software...
2
1878
by: Vikas | last post by:
I'm thinking of embedding MySQL in a .NET application. The application will run on a Windows PC and also on a PocketPC handheld; it's to be a single-user application, holding up to a dozen tables...
74
7876
by: John Wells | last post by:
Yes, I know you've seen the above subject before, so please be gentle with the flamethrowers. I'm preparing to enter a discussion with management at my company regarding going forward as either...
12
2983
by: timothy.williams | last post by:
Hi. I have a Python program that parses a file and inserts records into a database with MySQLdb. I recently upgraded to MySQL 5.0.8, and now my parser runs *really* slow. Writing out to CSV...
0
12869
Coldfire
by: Coldfire | last post by:
Since i cannot show the differences in a two-column like table. I am first putting MS SQL Server 2005 and then MySQL 5.x. MS SQL Server 2005 Brief Overview - SQL Server is a full-fledged...
0
7221
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7109
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7313
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7029
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5039
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3190
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1537
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.