Showing entries 33496 to 33505 of 44037
« 10 Newer Entries | 10 Older Entries »
dot point 2: GPL

Rich Green talking at MySQL UserConf.

Dot point 2: GPL.

Let’s see….

Watching what you say?

Marten has opened the 2008 MySQL Conference and Expo this morning in Santa Clara.

What was funny in the early slides was the photo showing the burning of the IPO Prospectus. Marten mentioned now with many Sun lawyers in the audience he has to be more careful what to say.

This morning while coming down for breakfast, a Sun employee entered the lift. I introduced myself, and he indicated he knew me by name. When I asked what department he was in, he said “legal”. Being intrigued as to who he knew me, I’d discovered he has read my emails and blog posts.

I must admit I’ve met a number of new people this week and the first word has been “Oh!”, as in they have heard of my name previously.

These have been unexpected responses and information for me, I’m not normally surprised like this. I’ll not be changing what I say, and how I say it, professionally my writing and publishing will continue to embody …

[Read more]
A different angle on the MySQL Conference

There are quite a few business angles you might see only if you’re here at the conference, and you won’t get from blogs. For example, let’s take a look at the contents of the shoulder bags they hand out with your registration. (This is only a partial list.)

  • SnapLogic’s flyer gets it right: their system is compatible with “GNU Linux.” Hooray, a commercial company acknowledging the GNU operating system for what it is!
  • MySQL Enterprise’s flyer has three big bullet points: MySQL Load Balancer, MySQL Connection Manager, and MySQL Enterprise Monitor Query Analyzer. The first two look like they’re probably built on MySQL Proxy. The last has a visual explain plan feature, which according to an elevator conversation is not yet built. I’ll stop by their booth and see. As you may know, Maatkit has provided a tool (which is designed for integration into other tools) …
[Read more]
Epic portion of FAIL

Excel as Your Database

Mike told me there’s a book. It’s a real book. Epic FAIL.

Variable's Day Out #7: innodb_autoinc_lock_mode

Properties:

Applicable To InnoDB
Introduced In 5.1.22
Server Startup Option --innodb-autoinc-lock-mode=<value>
Scope Global
Dynamic No
Possible Values enum(0,1,2)
Interpretation:
Value Meaning
0 Traditional
1
[Read more]
Presentation Slides: Introduction to HSCALE

No, these slides are not fresh from the User Conference in Santa Clara… ?

Today, I held a presentation in front of all developers and support engineers of our technical department about database partitioning, MySQL Proxy, HSCALE and the progress we are making.

Download the presentation slides here.

MySQL?s storage engine program picks up steam

The solidDB for MySQL database engine for MySQL may have lost its sponsor following IBM’s acquisition of Solid Info Tech but events at this week’s MySQL Conference and Expo prove the certified engines program is alive and well.

Not only has Oracle announced that its Innobase subsidiary has updated InnoDB transactional storage engine, but there is also a new member of the certified engines program.

Kickfire has recently …

[Read more]
MySQL Pop Quiz #24

I’m still looking for new entries. I get quite a few suggestions, but not all of them make it into quiz questions. Do send in your suggestions!

What happens if you try to enter the following command into MySQL?

CREATE TABLE t1 (
i INT,
INDEX i (i)
);

(more…)

Partially OpenSourced

Reading evening news and rss feeds I found interesting next sequence:

Jeremy's post "MySQL to launch new features only in MySQL Enterprise"

basically about some new features of MySQL will be available only for paid customers

Then Kaj's post Anthropology: Sun studies MySQL with tagline "Sun didn?t acquire MySQL to change it, but to learn from it"

And finally news Sun Tackles Video Codec with info "Sun is working on a royalty-free and open video codec and media system"

What is interesting for me - while Sun moves to make most products OpenSourced - to name …

[Read more]
Databases for Free ? MySQL 5.1 and 6.0

As followers of Free / Open Source Software know, there are several ways of being free.

As for free as in speech, look for Wednesday’s keynote at the MySQL Users Conference here in Santa Clara on the US West Coast. It’s by Rick Falkvinge, party leader of the Swedish Pirate Party. Or download MySQL Community Server, it’s free as in speech.

As for free as in beer, sure, again, just download MySQL Community Server, install it, and use it. Old news.

But what if you’re lazy enough not to want to download and install MySQL Server? What if you just want to use an instance of MySQL Serer, installed and provided by someone else, with a simple command like

mysql -h db4free.net -P 3307 -u [username] -p[password] ?

Well, in that case, register for a …

[Read more]
Showing entries 33496 to 33505 of 44037
« 10 Newer Entries | 10 Older Entries »