Maggie Nelson

Oracle Buys Sun

by maggie on Apr.20, 2009, under entry

Oracle buys Sun. Sun owns MySQL. Oracle’s press release about it here.

Does this mean an end to MySQL? Are all companies using MySQL will now get really harsh sales pitches to use Oracle? I love Oracle and I love MySQL – the beauty of both is competition. “MySQL is better than Oracle because…” and “Oracle is better than MySQL because…” are what drives both to get better.

Good for Oracle and Sun, but I’m curious to see what happens.

On the upside, Chris and Lig will now be coworkers.

:, ,
3 comments for this entry:
  1. Ben Ramsey

    I think these are valid concerns, but the real question isn’t about the MySQL database engine. It’s under the GPL and will live on in the community no matter what happens to the MySQL company (indeed, it’s already been forked with Drizzle).

    So, the real question is: what will happen to the MySQL company? That’s what I’m curious about. :-)

  2. LornaJane

    Maggie, I can only agree. From where I’m standing, Oracle is a good thing, MySQL is a good thing, I can’t make those two add up to a conclusion that the universe is ending. What happens to MySQL and its talented employees from here is anyone’s guess, here’s hoping Oracle will understand what they have undertaken and capitalise on it in such a way that we all win!

  3. adam hartung

    Sun had no hope of survival by the late 1990s when McNeely Locked-in on selling “boxes” and stopped listening to the marketplace. Sun created huge value with Solaris and Java, but had no idea how to capture that value so it just kept doing what it always did. Eventually, the market didn’t see the value in the boxes any more, and the value of Solaris and Java had been frittered away. A lesson for any company that it must adapt to market needs or it will be squashed. Read more at http://WWW.ThePhoenixPrinciple.com

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Tags

RSS Planet PHP

  • An intriguing use of lambda functions
    I’ve been working hard on Goodsie.com lately trying to bring it to launch. It’s been great being in on a new PHP project from (near) the beginning, as it frees up a number of things. One of those, is the fact that I can be using PHP 5.3 and all the new features that come with PHP 5.3. While I’ve used my fair share of the short-cut ternary already (?:), the […]
    Eli White
  • Accelerando
    This is a very unusual blog post for the open source area of my website, since it contains a recommendation for a science fiction book. The reason I've put it here instead of the private section is on the one hand, that it will definitely reach more geek - and therefor probably scifi interested - people here. On the other hand, the book I'm writing […]
    Tobias Schlitt
  • First year of Qaiku, and a travel writing challenge
    Qaiku, the conversational microblogging service that launched a year ago had a refresh that launched today. While it hasn't yet convinced the twittering masses, it has already proven itself as a lot more thoughtful platform for the Finnish online community, and as a valuable workstreaming tool. The new version looks quite nice and fresh. Notice the priv […]
    Henri Bergius
  • Getting started with the Midgard content repository
    I'm doing a talk today in the Bossa Conference about using Midgard as a content repository for mobile applications. As part of my presentation I wrote some simple example code for using the Midgard APIs in Python, and thought they would be good to share to those not attending the event as well. The idea of a content repository is that instead of coming […]
    Henri Bergius
  • Neural Networks in PHP
    Neural Networks in PHP By Louis Stowasser Neural networks allow emulating the behavior of a brain in software applications. Neural Networks have always had a too steep learning curve to venture towards, especially in a Web environment. Neural Mesh is an open source, pure PHP code based Neural Network manager and framework that makes it easier to work with […]
    PHP Classes