Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Databases Programming Software Businesses IT

MySQL Prepares To Go Public 150

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...'"
This discussion has been archived. No new comments can be posted.

MySQL Prepares To Go Public

Comments Filter:
  • Re:Oracle aquisition (Score:5, Informative)

    by timmarhy ( 659436 ) on Wednesday January 31, 2007 @12:38AM (#17824088)
    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.
  • by martenmickos ( 467191 ) on Wednesday January 31, 2007 @12:40AM (#17824102)

    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
  • by Duncan3 ( 10537 ) on Wednesday January 31, 2007 @12:44AM (#17824128) Homepage
    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.
  • by Duncan3 ( 10537 ) on Wednesday January 31, 2007 @12:51AM (#17824160) Homepage
    $595 - $4995/server/year. Most in the low end I'm sure.

    $4995 is still a heck of a lot less then a full time DBA.
  • by slamb ( 119285 ) * on Wednesday January 31, 2007 @01:18AM (#17824340) Homepage

    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 [mysql.com] 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.

  • by Anonymous Coward on Wednesday January 31, 2007 @01:30AM (#17824414)
    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.
  • Re:Cost (Score:2, Informative)

    by KrisWithAK ( 32865 ) on Wednesday January 31, 2007 @01:46AM (#17824514)
    If it was just announced, I don't think a price has been set yet.

    An IPO is an initial offer of stock for sale to the relatively general public -- primary market. Usually an equity syndicate team at one or more investment banks determine the best combination of price and quantity of shares to offer to maximize the capital raised for the company, while still making the value attractive to investors. Besides taking a cut of the capital raised, the banks might also buy some of the shares themselves before/after passing on the IPO offer to usually their most "valued" and "qualified" clients. If I remember correctly, the IPO for RedHat was $14 . If you don't get the "IPO", then you have to buy it once it opens on the open market -- the secondary market. If the stock is hot and has lots of hype, then it usually opens in the market much, much higher. It also technically shouldn't matter much if you buy 1 share for $100 or 10 shares at $10 each. It all depends on the perceived value per share. Other things to look at are earnings growth and/or dividends. I've enjoyed reading Jim Cramer's latest 2 books.

    Disclaimer: This post is not an offer to buy or sell securities. Investing involves a lot of risk. You must determine for yourself your goals and risk tolerances... possibly with the help of a licensed financial services professional. I am not one, so please don't ask me!
  • by Anonymous Coward on Wednesday January 31, 2007 @02:08AM (#17824626)
    Postgres (pre sql) was developed at UCB, so it was partially government funded. I agree that Postgresql is technologically superior, without the funding and fulltime employees that MySQL AB (and innobase) have.
  • Re:amen (Score:2, Informative)

    by egreshko ( 462434 ) on Wednesday January 31, 2007 @05:58AM (#17825520)
    Sorry to disagree with you...but...

          What makes stockholders happy?
          Rising stock prices.

          How do companies like Red Hat make their revenue?
          Maintenance subscriptions.

          If customers are unhappy they will stop subscribing to maintenance.
          If customers stop their subscriptions, Red Hat's revenue declines as do
          their stock price. This makes stock holders unhappy.

    So, there is a linkage.

             
  • by killjoe ( 766577 ) on Wednesday January 31, 2007 @06:43AM (#17825730)
    "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."

    Try sqlyog. It's free and it kicks the ass of pgadmin any day.
  • by kv9 ( 697238 ) on Wednesday January 31, 2007 @06:49AM (#17825760) Homepage

    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.

    HeidiSQL [heidisql.org]. it's sexy.

  • Re:Ramen (Score:3, Informative)

    by malsdavis ( 542216 ) on Wednesday January 31, 2007 @08:31AM (#17826150)
    Although I agree somewhat with your point, I think you're greatly oversimplifying the issue. After all a privately owned company still has shareholders; the difference is just that not everyone can go and buy those shares as easily.

    There are many different types of stockholder and although I agree going public inevitably opens up the company to the ones just looking for short term gain, its erroneous to think all stockholders think that way (many of the most savvy investors realise investing means potentially going in for the long haul). After all, unless your a hedge fund manager or such, then the chances of you making money from buying and selling stocks in the short term (i.e. less than a few years minimum) are actually pretty low.

    Personally, I think the problem isn't as much about stockholders only being concerned about the short term - unless the company starts loosing money and/or avenues of revenue, when this happens stockholders do tend to panic and want random things changed - the problem is the possibility of stock holders seeing a good quality, well run, company (which happens to sell OSS) and buying a stake because they can see the company has potential but then attempting to shift the company towards a more conventional business model. This usually means less resources going towards the actual open source development and more emphasis on the revenue generating services on the side. I worry companies like Red Hat have been greatly affected from this stockholder driven change.
  • Re:Ramen (Score:4, Informative)

    by Ash Vince ( 602485 ) on Wednesday January 31, 2007 @10:14AM (#17826928) Journal
    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.

For God's sake, stop researching for a while and begin to think!

Working...