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...'"

11 of 150 comments (clear)

  1. 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.

  2. 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....
  3. 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

  4. 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...

  5. 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.
  6. 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).

  7. 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?
  8. 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.

  9. 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?
  10. 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.