Showing entries 36093 to 36102 of 45391
« 10 Newer Entries | 10 Older Entries »
A hidden gem in the MySQL distribution: replace

Since the very early days, the MySQL distribution packages contain a very useful commandline-tool named replace. As the name implies, it can be used to replace strings in text files. From the documentation:

The replace utility program changes strings in place in files or on the standard input. Invoke replace in one of the following ways:

shell> replace from to [from to] ... -- file [file] ...
shell> replace from to [from to] ... < file

from represents a string to look for and to represents its replacement. There can be one or more pairs of strings. Use the -- option to indicate where the string-replacement list ends and the filenames begin. In this case, any file named on the command line is modified in place, so you may want to make a copy of the original before converting it. …

[Read more]
Project 365, Day 16: Sun buys MySQL


Project 365, Day 16: Sun buy MySQL
Originally uploaded by FallenPegasus

In a Vortex

In a vortex. That's the only way to describe the past thirty days, during which we closed out our second quarter, and put together the transaction to acquire MySQL. How'd it all start?

"That'll never happen, I've been trying for years." That's what I told Rich Green (EVP, Software at Sun) about six months ago in response to his assertion, "if there were one company I'd love to acquire, it'd be MySQL. They're an amazing company." Why'd I say it was impossible?

For nearly five years, I've been getting together for dinner with Marten Mickos, MySQL's CEO, catching up on the industry, chatting about trends and business models, and just as the dessert was about to be served... I'd say, "geez, we have so much in common, Marten, we …

[Read more]
Becoming MySQL?s Ambassador to Sun

This is a week full of changes. It’s been a wonderful week for me, meeting with so many MySQLers, telling the rest of the departments about our Community, having productive meetings, being acquired by Sun, and singing Karaoke with my colleagues from the Legal Team as well as performing drinking songs that get posted on YouTube.

The latest change came today. I’ll put my duties as VP Community Services on a spare flame, and focus on the integration of MySQL into Sun. Title unknown (as we’re still just planning the integration, not executing it), but something like “MySQL Ambassador to Sun”.

We want to take Sun by storm. My task will be to get out the message to Sun. “It’s not that I want you to filter the emails, but …”, said my boss Mårten. And as usual with sentences that start …

[Read more]
Kaj is Like a Virgin

There is a japanese karaoke bar here in the Dolphin and Swan hotel (where we are finishing the the MySQL All Company Meeting). I asked the people who would find it appropriate to sing along, and there were many who did:

read more

MySQL Toolkit

My good friend Fred just blogged about his favourite set of MySQL tools including Maatkit, Querysniffer , MyTop and other interresting tools.

Check them out..

MySQL in the SUNshine State

I thought it was amusing that MySQL and Sun decided to make their announcement from the Sunshine state. I wasn't sure if I was going to blog about the purchase. Given the fact that I work in a Solaris environment, It'll be easier to convince management that MySQL can be used now that Sun can support us.

I've been reading the blogs, and in general I think it's great for MySQL and Sun for their future growth. I know people are hoping that Sun can help MySQL overcome some of their technical issues , and plenty of people are blogging about how much current MySQL employees may change, support and such.

[Read more]
MySQL/Sun Deal - Most Get It; Some Don't

I'll make this my last comment on the MySQL Deal until I can write about concrete steps. Most of the reports are very positive, including this one from The Register: Meet the world's premier open source vendor - Sun. The most negative one is from John Dvorak: The Sun-MySQL deal stinks.

I don't follow John D but I know he has a wide readership, so it is disappointing that he is so off the mark. And it is not …

[Read more]
What is an open-source company worth? Part II (Valuing growth)

I heard from a few people about my post on the relative valuations of MySQL, JBoss, Zimbra, and XenSource. Because of a lack of data on growth trajectories, I didn't factor those into my light analysis, but anyone buying a company would seriously factor this in. In fact, as one person commented, "multiples are a factor of growth by definition of discounted cash flow based valuations."

He's absolutely right. Part of the reason that MySQL got such a great valuation is that it has significantly improved its growth in the past year. Much of this came from productizing its services (i.e., the distinction between MySQL Enterprise and Community), such that it had a compelling value proposition beyond vanilla support. …

[Read more]
MySQL: Innodb internals

Went to the MySQL Performance Tuning Class last week. I would highly recommend it to any DBA new to MySQL, or any MySQL DBA looking to boost their tuning skills and understanding of some of the various features as they relate to performance.The next few posts will have to do with information I gleaned from that class...It's always good to understand what's happening underneath the covers when it

Showing entries 36093 to 36102 of 45391
« 10 Newer Entries | 10 Older Entries »