Slashdot Mirror


Is MySQL Planning a Change of Tune?

Iggy writes "After reading the article on 'The MySQL License Question' by Timothy R. Butler at Open for Business I just have to wonder, is this company's wording on the MySQL site indicating the company is backing away from Free Software, specifically, the GPL? Great reading and certainly thought provoking."

23 of 403 comments (clear)

  1. First Useful Post by HappyPerson · · Score: 3, Insightful

    Consistency in licensing is important, whatever they choose I hope they stick with it.

  2. Re:No, they're just confused by the legalese by cbrocious · · Score: 5, Insightful

    I disagree. I think that they're using legalese to try and mask that they're moving away from true F/OSS. It's been happening for a while now.

    --
    Disconnect and self-destruct, one bullet at a time.
  3. Strange really.... by tarquin_fim_bim · · Score: 3, Insightful

    This has been in the offing for sometime now, why would anyone chose MySQL over PostgreSQL if they had to pay for it? It may be faster but it does little more than can be done with a flat text file and Perl. Suicide.

    1. Re:Strange really.... by the_mad_poster · · Score: 3, Insightful

      Ah yes... you ask the question that can only be answered in a way that must be marked as Flamebait...

      Because, unlike MySQL, PostgreSQL is a real RDBMS. It didn't kludge things into the main system like the InnoDB/MySQL fiasco. It supports a MUCH, MUCH more powerful, rich subset of SQL. It does, basically, what a RDBMS should do, whereas MySQL only does as much as it needs to get by.

      Interestingly, this gave MySQL a niche in the small/medium website market. People who couldn't justify the complexity of earlier builds of Postgres jumped on MySQL because - although it makes the hard things impossible - it makes the most common tasks in a dynamic environment manageable for even the most clueless n00b. As people graduated to a more detailed understanding of things, MySQL offered them the power they needed to grow.

      Unfortunately, eventually you will outgrow MySQL and hit the things where MySQL fails miserably at. Then, you need a "real" RDBMS. Alas, most folks using MySQL didn't need to do that, so they're used to the bizarre quirks of MySQL (18 nestings of SELECT anyone?) and struggle with PostgreSQL and other "real" RDBMSs as a result.

      That's why.

      --
      Alito: A vote for Alito is a punch in the eye to put that bitch back in her place!
    2. Re:Strange really.... by EvilTwinSkippy · · Score: 4, Insightful
      It's not that I "refuse" to learn anything else. It's that 3 years ago when I started my project I needed replication THEN. I needed a windows port THEN. I needed TCL bindings THEN. And I'm not going to re-write 250,000 lines of code because someone tells me my perfectly working system is inferior.

      And you guys are yelling awful loud to have anything meaninful to say.

      --
      "Learning is not compulsory... neither is survival."
      --Dr.W.Edwards Deming
    3. Re:Strange really.... by fitten · · Score: 3, Insightful

      Heh... I'd be surprised if your system works "perfectly".

      If you have to rewrite 250,000 lines of code just to change to a real RDBMS, your code must particularly aweful. We typically isolate all database specific code in appropriate classes and stored procedures (after all, that's one of the things stored procedures are for... to help abstract the database specific code from the rest of your code) and it isn't bad at all to port to a new RDBMS, as long as it has the features we need (referential integrity, transactions, etc.)

      In fact, in most cases, we can port to a new RDBMS without recompiling our source, just by providing the appropriate stored procedures on the new system.

  4. PostgreSQL by thammoud · · Score: 4, Insightful

    People will switch to PostgreSQL faster than the MySQL folks can type GPL back into the license. They will be crazy.

    1. Re:PostgreSQL by BiggerIsBetter · · Score: 4, Insightful

      There's only one thing that I like about MySQL... SAP-DB. - er, MaxDB, and even that's sufficiently different from MySQL database to avoid the whole PHP/FanBoy mess. However, Postgresql is "good enough" for 90% of apps. Oracle is certainly good enough for the remaining 10%.

      I reckon that now that MySQL is dealing with one of the big boys (SAP) they think they're the shiznit. They think they have the PHP and web server-side arena sewn up, so now they're trying to assert themselves in the larger market.

      Roughly put, they're setting themselves up for a fall. MySQL database might be owned by a company, but it was tested and supported by the wider community. If MySQL starts screwing with their supporters they'll lose them to Postgresql, Firebird, or whatever. Much of the software using MySQL is opensource, and it can be ported to another database just as soon as the need is there.

      --
      Forget thrust, drag, lift and weight. Airplanes fly because of money.
  5. We will just fork it by Anonymous Coward · · Score: 4, Insightful

    If they change the license, can't we just fork from the last GPL release?

  6. Well... by joseph+schmo · · Score: 5, Insightful


    I can't get to the article (/.), but assuming this is not FUD:

    With all the "Postgres is so awesome" stuff I keep reading (well okay, mostly on here), if MySQL backs away from open source, it could be the beginning of the end for them with "the geeks" (ie. us).

    I'm not that familiar with Postgres, but I just checked and their website says:

    The above is the BSD license, the classic open-source license. It has no restrictions on how the source code may be used. We like it and have no intention of changing it.

    Sounds good to me!

  7. Great! by The+AtomicPunk · · Score: 3, Insightful

    PostgreSQL gets another boost! :)

    Seriously, if you haven't used PostgreSQL, consider it for your next project. I use both, but have ended up using PostgreSQL a lot more. It's a much more serious database, and really isn't any more difficult to setup and manage than mySQL.

    8.0's introduction of point-in-time-recovery is going to be a huge boost to enterprise applications of PG!

  8. Read the article folks by ttfkam · · Score: 5, Insightful
    It went on and on about how much they like the GPL over all other licenses. I'm no MySQL fan, but for fuck's sake...

    That said, this statement made me chuckle a bit:
    The main point he made to us is that his company believes "strongly in Open Source." The company has actually tried to increase the freedoms provided by the GPL, Urlocker asserted, with the "MySQL FOSS exception" that allows some Open Source Initiative approved licenses, that are incompatible with the GPL, to still make use of the GPL licensed version of MySQL.
    Let me get this straight. Because it allows linking with PHP and Apache -- two systems which incidentally are fundamental to MySQL's continued success -- this is proof of their love of free software and freedom? Call me cynical, but it sounds more like proof of their love of avoiding irrelevance.

    Can you imagine?

    MySQL AB: We are pure GPL!
    Developer1: Isn't the GPL incompatible with the Apache/BSD style of license?
    Developer2: According to the FSF it is.
    Developer 1: Aren't the Apache web server and PHP under Apache/BSD styles of license?
    Developer 2: PHP used to be GPL, but yeah, now they're both like that.
    Developer 1: So if I sell a complete package with all three, I'm legally in trouble?
    Developer 2: Looks like it.
    Developer 1: Well, I guess I'll install PostgreSQL then.
    MySQL AB: MySQL FOSS exception!
    Developers 1 and 2: Wow! What nice guys. They're really sticking their neck out for us on that one. Thanks!
    --

    - I don't need to go outside, my CRT tan'll do me just fine.
  9. Don't be such sheep by fishdan · · Score: 5, Insightful
    I'm not saying that MySQL is the greatest thing since sliced bread, but Open For Business makes their living off of commenting on FREE software, which MySQL is not, nor has every really claimed to be. They sell advertising. They have a financial incentive to claim that

    the sky is falling

    MySQL is going to screw everyone.

    Just because one person's twist on that interview says that MySQL is about to turn evil, doesn;t mean it's true. Read the article, not just the /. headline

    I actually think that the article is very fair, but it's considerably more in depth than most people who only read the /. headlines will know.

    --
    Nothing great was ever achieved without enthusiasm
  10. Recent Changes to Client License by Unknown+Relic · · Score: 4, Insightful

    Let's not forget about the recent changes of the MySQL client to use the GPL instead of the LGPL, since such a change hardly suggests that they're looking to dump the GPL. This change was widely publicised, as it caused issues (which have now been resolved) with other non-GPL open source applications which previously shipped with the client software - PHP being the prime example.

    On the other hand, I do think MySQL really wants to push their commercial license as they "recommend" it for everyone who use MySQL in a commercial environment, even though their dual licensing scheme only requires the purchase of a license if you plan to be distributing MySQL itself. It'll be interesting to see how this all unfolds, but I don't think the GPL version of MySQL is going to go anywhere, at least not for non-commercial users. While commercial users may face stronger "recommendations" to purchase licenses, I don't see any actual changes to the license requiring a license for commercial use without distribution. Doing this would shut out millions of entry level hosting providers, and it wouldn't be long until MySQL's massive market share fell to alternatives such as Postgres or SQLite.

    1. Re:Recent Changes to Client License by rhaas · · Score: 5, Insightful

      I think the change from the LGPL to the GPL was designed precisely for the purpose of forcing more people to purchase commericial licenses. Unless I'm misunderstanding the situation, under the LPGL, you can link your (propriety) code against their libraries without having to distribute your source code. Under the GPL, this is not the case - linking is not "mere aggregation" and you now have to distribute the source, cough up $$$, or stop upgrading MySQL. If they were distributing the code ONLY under xGPL, the change would clearly be an endorsement of F/OSS, but because of the dual license, it seems more like an attempt to restrict what users can do with their software.

  11. One more reason to use standard interfaces by davidwr · · Score: 5, Insightful

    On my last project, I used OBCD specifically so I could use one DBMS today and I or my in-house customers could replace it with another one later with minimal effort.

    There are other ways of doing the same task, such as using wrapper functions for your DB calls.

    This approach isn't appropriate for every project, but before you start coding, you should ask yourself "will this ever be used on another DBMS, what can I do now to save myself work later, and what will it cost me in terms of schedule, functionality, performance, etc."

    --
    Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
  12. Re:Please stop by OmniVector · · Score: 4, Insightful

    i'd rather everyone stop coding strictly towards one database api, and use abstracted interfaces like PEAR, ado.net, jdbc, odbc, etc.

    --
    - tristan
  13. ODBC is not "circumvention" by justins · · Score: 4, Insightful
    I don't think it would be overstating the case to say that "Zack Urlocker, MySQL's vice president of marketing" is either a liar or doesn't understand the application of the GPL with regards to client/server software:
    On the other hand, while Urlocker said the company is not adding restrictions on to the GPL, he felt that attempting to, as he put it, "circumvent" the GPL by communicating with the database using a third-party tool and TCP/IP or another protocol was a gray area and while perhaps following the letter, it was not following the spirit of the General Public License.

    Communicating with a database via "TCP/IP or another protocol," such as ODBC, is not in any way a circumvention of the GPL. This is what ODBC is for, for heaven's sake, there's nothing sneaky about it.

    Following MySQL's moronic licensing innuendo, you would be required to use GPLed software to talk to a GPLed web server. Unfortunately even the unixODBC guy who was quoted didn't make the point that connecting to a database server from a client program (on a remote machine or on the same machine) using ODBC is morally equivalent to connecting from a client program to a web server using HTTP, and so the same rules must apply. The FSF guy didn't make that point either. I can understand why these free software folks feel some need to stick up for each other but someone needs to drive a stake through the heart of all this licensing idiocy, it doesn't help anyone.
    --
    Now before I get modded down, I be to remind whoever might read this that what I am saying is FACT. - bogaboga
  14. Re:Brings to mind a question.... by conradp · · Score: 4, Insightful

    IANAL, but...

    Firstly, certainly all previous versions of the software licensed under the GPL can continue to be used under the GPL.

    Secondly, if the copyrights to the software are all solely owned by one company or by a small group of people then they can re-release the software under as many different licensing schemes as they want. They own the copyrights to the code, so they could decide to make all future versions of the code closed-source, or whatever. Anyone in the free software community would be free to create a "forked" version of the software based on the last GPL version and continue to develop it independently and release it under the GPL.

    Thirdly, if the developers have accepted contributions from GPL folks without also getting ownership of the copyrights to the contributed code, then they probably are not allowed to take the current code based and make a version of it with any license that's more restrictive than the GPL, since the only license they have to the other people's code is the GPL itself, which forbids adding restrictions.

    Finally, this is all a red herring in this particular case because the MySQL folks are just publishing their take on what the GPL means on their web site - they're not actually adding any restrictions. Of course, any company that sells software for a living will bias the explanations of the GPL on their web site as far as they can towards making you think that you have to buy their software, but the real license is still the GPL, and their "interpretation" of the GPL holds little or no legal standing.

    --
    "To be absolutely certain about something, one must know everything or nothing about it." -- Olin Miller
  15. Re:Brings to mind a question.... by lspd · · Score: 5, Insightful

    This parallel licensing, where projects are released under the GPL and then sublicensed to private entities under non free licenses in exchange for bling is probably ( imho ) the best way to make money on a free software project.

    Horse-puckey...

    It's a conflict of interest that consistently leads to abuses.

    In the present case MySQL is pretending that GPL software is basicly non-commercial use only. It's a straight out lie, no matter how they dance around the issue. The Free Software Foundation is being very kind in stating that MySQL "marketing literature" isn't their concern.

    MySQL AB isn't alone though.... Trolltech advances the idea that software you create using the GPL version of QT can't be reused in a commercial product. Their wording is careful, but the idea is wrong. You own the code you write, regardless of what libraries you used. Remove those libraries and you can do whatever you want. Their dual-licensing has also resulted in Linux PDAs which can't be synced to Linux desktops. Way to go...

    PHP-Nuke has tried to pretend that various bits of code and advertising constitute a license declaration under the GPL. Basicly, GPL == adware. It's nonsense. Moreover, the PHP-Nuke advertising makes no mention that PHP-Nuke is itself a fork of Thatware.

    ReiserFS, like PHPNuke wants to pretend that GPL software is adware for commercial products. Hans flipped out when Debian trimmed the marketing spiel out of mkfs.reiserfs. It's obviously not the intent of the license text clause of the GPL to advertise the benefits of non-free versions of GPL software.

    Dual licensing is a bad idea. The only way you sell the commercial version is to make the GPL version unfriendly to business. Since the GPL was intended as a business friendly license, you're forced to misrepresent the GPL to sell licenses. If you want a dual-licensing business, don't use the GPL as the free license. Pick something that lets everyone know, from the get-go, that you're a commercial house intent on selling commercial software.

  16. MySQL compatibility layer by ttfkam · · Score: 3, Insightful

    I had thought about that, and the more I thought about it, the more it seemed like a bad idea. Why?

    The bad habits people learned on MySQL would perpetuate. After all, why code for database abstraction if the two main OSS databases share the same API?

    I'd much rather MySQL tightened things up a bit. Optionally of course as I understand they have a large installed base, but I'd like to see the MySQL version of Perl's "use strict". If MySQL did that, I hereby proclaim to all around me that I will no longer bash MySQL. I won't necessarily prefer it to PostgreSQL, Firebird, or SQLite, but I won't flat out trash talk it for being a loose piece of crap data trashcan that silently ignores obvious errors in the name of efficiency while blaming the programmer even though one of its primary selling points is that it's easy for beginners.

    'The fuzzy elephant' is NOT a valid integer nor is it a valid timestamp nor is it appropriate for a varchar field constrained to 10 characters! NOT NULL means "I require a value," not "I'll put the non-specified default in there despite you passing a NULL." It's not like these checks require a great deal of processing power after all. If it made more than a blip on the speed of MySQL, I would be truly astonished.

    Once MySQL's "use strict" is in there, I will accept the mantra that it's the programmer's fault for not using it.

    --

    - I don't need to go outside, my CRT tan'll do me just fine.
  17. Re:"New Offerings on the Horizon" by danharan · · Score: 4, Insightful

    I remember a few years ago, a total nOOb, trying to figure out what's what in the database world. I had read about how we don't really need all those complex features that slow down databases, and believed it.

    Then I worked for a company that required Oracle for its database, because nothing else on the market could possibly handle what they needed done. And they put me to work on some of their stored procedures. ouch.

    I learned what I needed about database normalization, and I realized just how much of a toy MySQL was.

    That they added essential features is great, but that they still think they're unnecessary shows they have NO CLUE what challenges you get in big developments. And if they flip-flopped on the features, will they change the license?

    The most promising db right now for people like me is obviously PostgreSQL. No license hassles is just gravy.

    --
    Information: "I want to be anthropomorphized"
  18. Re:Brings to mind a question.... by joeykiller · · Score: 3, Insightful
    Strange quirks like this are one of the reasons why the FSF asks people to give the copyright of code over to them rather than to have all of the individual programmers retain copyright.
    I think the FSF only asks this for GNU products, not for every GPL product that exists.

    Isn't FSF's asking people to give them the copyright just the same as MySQL does, the only difference being thar MySQL is a commercial entity?