Re: Save MySQL? HA - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Save MySQL? HA
Date
Msg-id 1262626717.8287.8.camel@jd-desktop.iso-8859-1.charter.com
Whole thread Raw
In response to Re: Save MySQL? HA  (Bill Moran <wmoran@potentialtech.com>)
List pgsql-general
On Mon, 2010-01-04 at 12:36 -0500, Bill Moran wrote:
> In response to Alvaro Herrera <alvherre@alvh.no-ip.org>:
>
> > Chris Browne wrote:
> > > DCorbit@connx.com ("Dann Corbit") writes:
> > > > (Commercial use of MySQL without paying a license fee requires that
> > > > projects using the database are also GPL, IIRC).
> > >
> > > I know I've seen Monty say this sort of thing a lot of times, and his
> > > most recent rant
> > > (<http://monty-says.blogspot.com/2009/12/help-keep-internet-free.html>)
> > > underlines it with his mistaken belief.
> >
> > I've heard that if you write a non-GPL program talking to a MySQL
> > database in, say, PHP, does not require the program itself being GPL,
> > only the PHP library that connects to MySQL.  It's the library that
> > "links" to MySQL, not your program, so your program is protected from
> > GPL's viral nature.
>
> Which makes sense if you read the license, but has never been upheld in
> a court of law, thus is still on shaky legal ground.

Can we move this thread to someplace relevant? This really has no place
on this list.

Joshua D. Drake



--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
Respect is earned, not gained through arbitrary and repetitive use or Mr. or Sir.


pgsql-general by date:

Previous
From: "Daniel Verite"
Date:
Subject: Re: Question on how to conditionally commit or rollback a sql-request
Next
From: Yan Cheng Cheok
Date:
Subject: Shall I use PostgreSQL Array Type in The Following Case