Slashdot Mirror


MySQL Prepares To Go Public

prostoalex writes "MySQL CEO Marten Mickos told Computer Business Review the company plans to go public: 'Now entering its twelfth year, the company has built up just less than 10,000 paying customers, and an installed base estimated to be close to 10 million... When it does go public, MySQL will be one of only a handful of open source vendors to do so. Red Hat, VA Linux (now VA Software), and Caldera (now SCO Group) led the way in 1999 and 2000...'"

21 of 150 comments (clear)

  1. two out of 3 aint bad by macadamia_harold · · Score: 3, Insightful

    When it does go public, MySQL will be one of only a handful of open source vendors to do so. Red Hat, VA Linux (now VA Software), and Caldera (now SCO Group) led the way in 1999 and 2000...

    Well, as long as Darl McBride doesn't get his hands on the company they should be ok.

  2. amen by battery111 · · Score: 5, Insightful

    I think it's awesome when open source companies go public. It allows them to get enough capital to truly innovate, and help prove to the unbelievers that open source IS a viable, successful way to make outstanding software. I hope more open source companies continue this trend.

    1. Re:amen by Anonymous Coward · · Score: 5, Interesting

      Really? What wild new innovations have come from those you listed?

      Going public means that the companies primary goal becomes to please the stockholders rather than employees and customers. It's nice that the folks who started it up usually get rich, but it doesn't tend to do good things for anyone else.

  3. Is that 10,000 customers total over 12 years? by QuantumG · · Score: 3, Insightful

    Or is that 10,000 customers that regularly renew their MySQL licenses?

    What's the average license cost? $40,000?

    --
    How we know is more important than what we know.
    1. Re:Is that 10,000 customers total over 12 years? by ScentCone · · Score: 3, Insightful

      $4995 is still a heck of a lot less then a full time DBA

      Um... how does paying for the license get around needing a DBA? It's not exactly an either-or.

      --
      Don't disappoint your bird dog. Go to the range.
  4. 10,000 customers? by mcrbids · · Score: 3, Interesting

    I'm not sure how to take this.

    1) They managed to acquire 10,000 customers? Who are these customers, and why would they pay MySQL for a product that's not only free, but has better competitors available for free?

    2) 10,000 customers, with 10 MILLION installs? So the odds are 1 in 1,000 that a user of your product would actually pay you anything? Those are TERRIBLE numbers....

    Ahgh. Conflict. Partly because I just don't like MySQL - I'm a Postgres user and shrug my shoulders as to why anybody would use something with all the warts of MySQL...

    --
    I have no problem with your religion until you decide it's reason to deprive others of the truth.
    1. Re:10,000 customers? by martenmickos · · Score: 5, Informative


      Thanks for the questions!

      The customer count is over several years. Yes, the majority of our users choose not to pay. The current ratio is something like 1 in 1,000. But as you probably know as an open source user, there is great benefit to a project also from the ones who don't pay.

      Those who pay do it for the value-add they receive: production support, scheduled binaries with only bug fixes, the monitoring and advisory servce, etc. From a business perspective the great thing is that the ratio of paid to non-paid is changing and our business is steadily growing.

      We are proud at MySQL to build something that has great value to the FOSS communities and is a great business at the same time.

      Sorry to hear that you don't like MySQL, but great to see that you nevertheless take time to read /. postings about us and to post your own. Let us know what "warts" you see in our product and help us improve it. Then perhaps one day you will find that it serves your needs.

      Marten Mickos, CEO, MySQL AB

    2. Re:10,000 customers? by suv4x4 · · Score: 5, Insightful

      I'm a Postgres user and shrug my shoulders as to why anybody would use something with all the warts of MySQL

      Don't you feel the burning irony of posting this on Slashdot, one of the more prominent MySQL users?

      While you're busy with your tiny holy war, people take MySQL for what it offers and builds useful services and sites with it, among those Google, Yahoo, Digg, Apple...

    3. Re:10,000 customers? by drix · · Score: 5, Interesting

      Well, instead of trolling for Postgres, let's mosey on over to the MySQL website and see if we can figure out why someone might want to pay, hrm? Ahh yes, here we go, MySQL Enterprise. Mmm. Let's click that. Iiiinteresting. Says here you get 24x7 web and phone support plus 30 minute emergency response time. Eat that, pgsql-bugs. You also get consultative support from people who spend all day tuning MySQL installations for max performance and reliability. I can't even find the Postgres analogue of that to make fun of. Lots of other goodies too numerous to mention that might be worth paying for.

      If you're tossing Wankr 2.1 together in your bedroom then MySQL free, pgsql, or even sqlite is more than enough to meet your needs. If you run a large business that relies on MySQL to actually make some $$, then purchasing support is a rational choice. Especially since TCO is still about an order of magnitude less than competition.

      --

      I think there is a world market for maybe five personal web logs.
    4. Re:10,000 customers? by nagashi · · Score: 5, Interesting

      1) An admin utility (no, phpmyadmin doesn't count for crap) that doesn't suck. Please, just take pgadmin and make it connect to mysql. PLEASE. MySQL Administrator and MySQL Query Browser work very poorly.

      2) fix Unicode. UTF8?

      3) How about stored procedures/functions with the same name, but different # of parameters? Works great in postgres.

      4) Character truncation when inserting into char fields. (maybe this is fixed now? Last version I used was 5, just before it went GA)

      5) Real standard TIMESTAMP data types.

      6) Get rid of myisam and make InnoDB the standard. MyISAM is a joke.

      Of these, 1-2 are very serious issues which will prevent me from working with it. 3-4 make my life more difficult, but I can get around them. 5-6 just make it much more of a serious database. Something where if people ask me what database I recommend for a project, I can honestly say 'MySQL!' and not have every other developer in the room give me odds looks (currently I usually say Postgres).

    5. Re:10,000 customers? by mcrbids · · Score: 3, Interesting


      Don't you feel the burning irony of posting this on Slashdot, one of the more prominent MySQL users?


      Not at all. You *can* build great things with marginal technologies. It's just harder to do so.

      Slashdot doesn't face a number of problems that MySQL would fail them on. Slashdot has a rather simple database schema - complex queries and joins are few to none. They don't rely on 100% ACID compliance. They don't use the database to help enforce data integrity.

      So MySQL is sufficient for their needs.

      But PostgreSQL matches in *all* these areas, and still manages to offer solid performance on complex queries/joins. It offers robust and mature ACID compliance. It offers excellent integrity constraints for your data.

      It's not whether or not you can get something to work with MySQL - just like you can build a house with a dollar-store hammer. But why use the dollar-store hammer if both it and the $20 hammer are available to you for free?

      Furthermore, the license behind PostgreSQL is MORE FREE than the one behind MySQL. You can build a commercial, shipping product with PostgreSQL and not be beholden to per-sale fees, as you'd see with MySQL.

      So, again I ask.... Why would anybody use something with all the warts of MySQL?

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    6. Re:10,000 customers? by codepunk · · Score: 4, Funny

      Marten, he wants you to add table vacuum so we have to spend our weekends like we do on postgres running it just to keep the database from grinding to a halt.

      Nope, just keep doing what you do best...

      --


      Got Code?
    7. Re:10,000 customers? by slamb · · Score: 5, Informative

      Sorry to hear that you don't like MySQL, but great to see that you nevertheless take time to read /. postings about us and to post your own. Let us know what "warts" you see in our product and help us improve it. Then perhaps one day you will find that it serves your needs.

      I don't like that MySQL does not keep my data safely and securely out of the box. Some examples:

      • I need to flip a whole set of knobs to make MySQL return failure on invalid data. Apparently TRADITIONAL, ERROR_FOR_DIVISION_BY_ZERO, NO_AUTO_VALUE_ON_ZERO, NO_ENGINE_SUBSTITUTION, NO_UNSIGNED_SUBTRACTION, NO_ZERO_DATE, NO_ZERO_IN_DATE, ONLY_FULL_GROUP_BY, and STRICT_ALL_TABLES. No other RDBMS even has these knobs, much less has the defaults wrong.
      • There's no way (that I can find) to completely turn off non-transactional tables. As I understand it, if I forget to tell it when creating a table to make it transactional, it's silently not. If a transaction involves even a single non-transactional table, the whole thing is non-transactional. This makes me nervous.
      • I don't know if it does an fdatasync() at the right times out of the box on all table types. I need ACID, not doubt.
      • When users have no password set, anyone can connect without a password. Contrast to PostgreSQL: no one connects without authentication unless you explicitly say so in the configuration file. But it's unobtrusive because local users can authenticate via Unix domain sockets / SO_PASSCRED.

      I can't take MySQL seriously until this changes. I understand that you have backward compatibility concerns, but that's life - you pay a price for the poor decisions you've made in the past. You might have to go through a long deprecation period before you can get rid of these knobs. At the very least, don't have them flipped this way unless I start mysqld with the --treat-my-data-as-garbage command-line option.

      If you fix this fundamental problem, I'll be impressed. I may not use your product, but I will stop laughing at it.

    8. Re:10,000 customers? by dfetter · · Score: 5, Funny

      No more ironic than that slashdot runs on the .org TLD, which in turn runs atop PostgreSQL.

      --
      What part of "A well regulated militia" do you not understand?
    9. Re:10,000 customers? by Anonymous Coward · · Score: 3, Informative

      MyISAM is certainly not a joke. Sure, it has its limitations, but for its niche, it works quite well for what we use it for. Bulk load performance makes for a great staging area when you load 250+ million records per day (and that includes everything else we throw at MySQL to process the data). The ability to choose engines optimized for the task at hand is powerful and we make use of a number of them in our design including MyISAM and INNODB. I feel no need to defend MySQL; it works.

    10. Re:10,000 customers? by jadavis · · Score: 3, Insightful

      Says here you get 24x7 web and phone support plus 30 minute emergency response time.

      Sun Microsystems offers 24x7 PostgreSQL support.

      Eat that, pgsql-bugs

      I've always found the mailing lists to be great. I'm sorry you didn't have that experience. By the way, pgsql-bugs is not a typical support channel, you'd be better off in pgsql-general or #postgresql if you have support needs. Unless you have an actual bug, of course.

      --
      Social scientists are inspired by theories; scientists are humbled by facts.
  5. Re:Oracle aquisition by timmarhy · · Score: 5, Informative

    won't matter if they do, someone will fork the GPL version. ah the beauty of gpl. companys can totally fuck up a product and we will still get to use it as we please.

    --
    If you mod me down, I will become more powerful than you can imagine....
  6. Not all public companies are worth billions by Duncan3 · · Score: 3, Informative

    Wow, lots of rage filled comments so far.

    Not all public companies are worth as much as GE or WalMart. Vast numbers of public companies exist, and many are only worth a few million. 10k customers paying for support (we all know they need it) is still millions in revenue a year, more then enough to go public without being bogus.

    Public != Billions.

    --
    - Adam L. Beberg - The Cosm Project - http://www.mithral.com/
  7. Capital isn't the problem. by Anonymous Coward · · Score: 3, Insightful

    PostgreSQL has done far more with far less capital.

    Since you probably won't believe me, I invite you to compare the features of each. Visiting each project's web site is a good place to start. Once you see how much further ahead PostgreSQL is technologically than MySQL, consider how they managed to accomplish that with relatively little capital.

  8. Ramen by remmelt · · Score: 4, Insightful
    The problem with your reasoning is that stockholders are very bad at long term projection. If they can turn a profit in a short time they'll jump at the chance, no matter what long term fall-out may be. This is true because stockholders don't care about the business itself but about the profit it makes. See, a typical stockholder doesn't care how good RedHat's maintenance subscription service level really is. If they can cut the service in half and still retain a number of clients, they will. This will ultimately be bad for business and it's immediately bad for customers and customer relations, but it will up the profit, so it's done.

    If you would buy stock in a somewhat anonymous company, would you go and investigate what their business practices are like? Do you care about their customer service? I appreciate that there are exceptions, but most likely you won't. Yes, there are people who invest in companies that they know and care about (sports clubs come to mind,) but the majority of investors invest for a profit. If a company can turn a profit sooner rather than later, they will go for it. Most investors won't care about the database, the open sourciness, the service, the customers or anything else, but they'll care about the numbers on the yearly report. There is linkage, but if it's not apparent, if it's not 1-1 related, there won't be much interest.

    Our guiding principle is "Do the Right Thing." This means doing what is best for our staff members, customers, business partners, and communities for the long term, and believing that "right" answers exist. It also means measuring our success, not merely in financial terms, but by how consistently we act according to this principle.
    (From here: http://www.mathworks.com/company/aboutus/mission_v alues/)
    I think that is very well said, and I think it's something that doesn't go over well for public companies. MathWorks is still privately held.

    1. Re:Ramen by Ash+Vince · · Score: 3, Informative

      The point the everyone seems to be missing with regard to stock holders is who actually gets to vote at the companies AGM. A large percentage of company chares in circulation are not owned by people, they are owned by investment companies (banks, etc) who get to block vote all the shares in one go.

      For example:

      Company A floats on the stock market and it share are purchased by Companies B (15%), C (10%), D(20%), E(6%) and a handful of smaller investors (49% total).

      When at their AGM Company A wishes to appoint a new director they have to put it out to vote. But each person gets to vote according to the number of shares in Company A that they own. So if the directors of companies B,C,D and E get together in private and decide who they would rather put in charge, there is nothing all the smaller investors can do as even if they all voted the same way they would still only have 49%.

      Now the numbers I quote above are a complete exageration but it usually amounts to the same thing in the real world. Its just that the other comanies would be made up of 10 - 20 investment houses (instead of B C D and E) and they would not initially all agree. So they would trade favours for voting the way another company would prefer in return for the same thing happening in reverse when a vote came up they veiwed as more important to their business. The have the opportunity to do this as they are still only 10 - 20 fundmanagers who probably drink at the same bar / club anyway.

      Whereas the smaller investors are spread across a much wider geographical location and are much less likely to have the opportunity to meet. They are also less likely to trade favours the same way fundmanagers can as they probably dont own stock in such a wide range of companies so any favours on offer are less likely to be relevant.

      This is usually the way things turn out because most of us do not own shares in a company directly, but our pensions and savings are invested on our behalf. In return for investing our money for us, the investment houses and banks get to use the vote that comes with the shares.

      --
      I dont read /. to RTFA, I read /. to offend people in ignorance.