473,762 Members | 7,418 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 3903
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
2670
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
2920
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 advance.
8
2882
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 impressive. But he did mention that if we download php & mysql and use the application developed within our company, we should be fine and there will not be any legal issues. While some of the folks see this as a low cost solution, others are concerned...
8
5661
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 is probably not much to justify the use of a DBMS. I wanted to know your opinion, and how can i implement it? I've searched some JDBC drivers, but most of it are not free :( I found one free for MySQL. The disadvantages of using a DBMS is that i...
0
1469
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 GPL'd and force them to pay for a commercial license. According to the lawyers I've consulted, based on the letter of the GPL, here is the conclusion: Commercial users of MySQL opting for the GPL'd version are not compelled to release their...
2
1905
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 with a few hundred records in each table. If I understand correctly, embedded MySQL doesn't support replication/sychronization (please correct me if I'm wrong). If this is the case, are there any other solutions for synchronizing data between...
74
8049
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 a MySql shop or a Postgresql shop. It's my opinion that we should be using PG, because of the full ACID support, and the license involved. A consultant my company hired before bringing me in is pushing hard for MySql, citing speed and community...
12
2996
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 files is fine, but when I try to insert the same records in a MySQL5 database, it slows to a crawl. Using MySQL 4.1 seems fine. The data seems to be inserted correctly, it's just really slow. Has anyone else noticed a similar problem using MySQL5...
0
12900
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 database system developed specifically for large enterprise databases. All advanced features of a relational database are fully implemented. - Once you purchase the product, you are only limited to the Sybase-derived engine.
0
9554
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9989
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9925
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9811
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8814
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7358
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3509
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2788
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.