Slashdot Mirror


Oracle Responds To MySQL Purchase Concerns

Luke has no name writes "Yesterday we discussed MySQL founder Monty Widenius's objections to the acquisition of MySQL by Oracle. Today, Oracle released a statement to address some of these issues. Among their commitments, Oracle says they intend to continue releasing MySQL under the GPL, allow vendors to produce 'any-license' third-party engines, maintain the Reference Manual, invest millions into the product, and create a 'customer advisory board.' The pledges are still not enough for some, however."

3 of 156 comments (clear)

  1. Makes sense by Midnight+Thunder · · Score: 5, Insightful

    If you think about it makes sense for Oracle to continue developing MySQL, since this is like Nissan and Infiniti where the customer is provided with a high-end product and a low-end product. Oracle gets to offer service for both, recognising that not everyone wants to have to deal with the Oracle database product, either due to cost or needs. At the same time for customers growing past what MySQL is good at, Oracle can then offer them an upgrade path to their premium product.

    --
    Jumpstart the tartan drive.
    1. Re:Makes sense by herring0 · · Score: 5, Insightful

      Along the same line as the high-end/low-end thing Oracle does have a 'low-end' Oracle database (Oracle XE) but it's never really gotten any kind of following or use that I have seen. So I could definitely understand their interest in providing an entry-level system with their name attached.

      I've not understood the complaints about sharing the market space. Anyone running full-blown Oracle database systems will be well and truly beyond MySQL. Aside from that, try and get some PHB to understand that MySQL is in any way comparable to Oracle.

      On the plus side- if Oracle can actually provide an easy to use path to migrate from MySQL to Oracle or to provide some kind of abstraction layer that would let you use MySQL-backed applications with Oracle I would cheer them to no end.

      And as for the founder's (and the founder's buddy referenced in the article) concerns about the future of the product then he shouldn't have sold the damn thing. So sorry, you sold your rights to it. Fork it and start over if you really care that much.

  2. Monty's ethical problem by Bruce+Perens · · Score: 5, Interesting

    Monty has been paid somewhere north of 100 Million dollars in the MySQL purchase by Sun. Now, having been paid, Monty wants MySQL back for his business - without returning the money. And Monty has no problem with FUD-ing the GPL to get what he wants, even if the GPL provided half of the business method (dual-licensing) that made him rich.

    Now, having been paid, I would think that an ethical position for Monty would be to allow MySQL's new owners to have what they paid for.

    We can all use MySQL with no problem whatsoever under the GPL. With proprietary clients and Free clients, with no problem. An application across the network interface from the server, speaking a published and standard protocol, is not a derivative work. The GPL wouldn't apply to such an application. There is a GPL-ed client library that has to be replaced with a non-GPL version, but that version has existed for a decade.

    Monty is free to do his business with the GPL version if he wishes. But it seems he wants to have his cake and eat it.

    Bruce