Showing entries 41121 to 41130 of 44045
« 10 Newer Entries | 10 Older Entries »
Bug nation.

I totally broke MySQL 5.0.21 :(

Also broke the LSI megaraid driver (this was what all my megaraid whining was about).

and uh, broke eAccelerator, but not as much. Someone else is on the track to fixing it.

It's been a great month for open source software! MySQL is disappointing though. If you open a MyISAM table via an INSERT, there's a high chance the thread will deadlock and die forever (probably only on x86_64 64-bit builds though.). I have a poorly worded bug report up. I'll also be officially filing a kernel bugzilla report for the megaraid problem once I confirm that 2.6.17-rc3 and 2.6.17-rc3-mm1 don't fix the issue.

On the plus side all of my MySQL 5.0 master-master clusters are going up regardless of that bug.

Boring huh?

Next week I'm going to be dorking around with initramfs to …

[Read more]
MySQL Partner of the Year

At the MySQL User's Conference last week we announced our partners of the year:

  • BusinessObjects - Business Intelligence software
  • Dell - High performance servers for MySQL scale-out
  • Oracle - Developer of the most excellent InnoDB storage engine

I think some people were surprised when we announced that Oracle was one of the winners.  But why not?  They are a good partner of ours and a good supporter of open source technology.  We renewed our deal with Oracle around InnoDB with a multi-year extension with the existing terms unchanged. That's good news for MySQL customers and the open source community.

Some of the press gave us a hard time saying we should let everyone know that we renewed the deal with Oracle for InnoDB.  So now we have.

  • MySQL:
[Read more]
Interesting SSL with Australian System Administrator?s Conference 2006

The Australian System Administrator’s Conference 2006
It’s interesting that the online registration doesn’t have an SSL certificate that matches. I now have to find a printer to produce dead tree to mail.

Considering that I don’t actually own a printer, this is getting interesting…

P.S. come to my tutorial on MySQL Cluster!

Oracle and the Dolphin

On the way to the airport from Santa Clara (after the MySQL Users Conference) I pulled off Route 101 to grab a few snacks for the plane ride (yea, I don't like paying $4 for a warm soda at the airport). I laughed out loud when the random exit I chose just happened to be the exit for the Oracle Corporate Headquarters (another view). Really, I had no idea. I've seen them before but it was purely random (or subconscious). If you haven't been near them, the series of pods and surrounding campus is pretty cool.

I couldn't shake the irony that after having been immersed in …

[Read more]
?Guerilla Evangelism: Opening Closed Environments? talk at EuroOSCON

At the 2004 Foo Camp, Danese Cooper, a few other FLOSS advocates (forgive me, Foo Camp is a blur and I don’t remember who you were) and myself gave an ad hoc session on the methods and strategies that we each used to advocate FLOSS and to help people working closed environments become more open.

The session was a blast (and well-received), so much so that Danese and I proposed the session for last year’s OSCON. We didn’t make the cut, but I still tried again for this year’s EuroOSCON and, this time, the session was accepted.

The session should be fun to present, but a bit of a bear to write. I have only 45 minutes to try to fit in the most …

[Read more]
My Last MySQL UC Pic

One image I shot on the last day, which is quite perfect:

(Click on the link for a larger image)

Free hot backups for MySQL on Linux

"Hot Backups" of your MySQL Database on Linux

Would you like to take consistent snapshot backups of your entire database without a SAN or external software, and without slowing or locking your database for the duration?

RedHat? Enterprise Linux (and Centos Linux) install an LVM by default.
LVM, Logical Volume Manager is a layer that sits on top of any file system (default ext3).

You can tell if you're already running on an LVM, by checking your file system with "df -h" — an entry like "/dev/mapper/VolGroup01-LogVol00" shows that your disk is mapped through the LVM.

LVM brings you features such as the ability to grow and shrink volumes, add hard disks without migrating data, RAID0, and for the purpose of this article: file system SNAPSHOTS.

FLUSH TABLES WITH READ LOCK;
\! lvcreate --size 100m --snapshot --name snap …
[Read more]
Free hot backups for MySQL on Linux

"Hot Backups" of your MySQL Database on Linux

Would you like to take consistent snapshot backups of your entire database without a SAN or external software, and without slowing or locking your database for the duration?

RedHat? Enterprise Linux (and Centos Linux) install an LVM by default.
LVM, Logical Volume Manager is a layer that sits on top of any file system (default ext3).

You can tell if you're already running on an LVM, by checking your file system with "df -h" — an entry like "/dev/mapper/VolGroup01-LogVol00" shows that your disk is mapped through the LVM.

LVM brings you features such as the ability to grow and shrink volumes, add hard disks without migrating data, RAID0, and for the purpose of this article: file system SNAPSHOTS.

FLUSH TABLES WITH READ LOCK;
\! lvcreate --size 100m --snapshot --name snap …
[Read more]
Free hot backups for MySQL on Linux

"Hot Backups" of your MySQL Database on Linux

Would you like to take consistent snapshot backups of your entire database without a SAN or external software, and without slowing or locking your database for the duration?

RedHat? Enterprise Linux (and Centos Linux) install an LVM by default.
LVM, Logical Volume Manager is a layer that sits on top of any file system (default ext3).

You can tell if you're already running on an LVM, by checking your file system with "df -h" — an entry like "/dev/mapper/VolGroup01-LogVol00" shows that your disk is mapped through the LVM.

LVM brings you features such as the ability to grow and shrink volumes, add hard disks without migrating data, RAID0, and for the purpose of this article: file system SNAPSHOTS.

FLUSH TABLES WITH READ LOCK;
\! lvcreate --size 100m --snapshot --name snap …
[Read more]
Free hot backups for MySQL on Linux

"Hot Backups" of your MySQL Database on Linux

Would you like to take consistent snapshot backups of your entire database without a SAN or external software, and without slowing or locking your database for the duration?

RedHat? Enterprise Linux (and Centos Linux) install an LVM by default.
LVM, Logical Volume Manager is a layer that sits on top of any file system (default ext3).

You can tell if you're already running on an LVM, by checking your file system with "df -h" — an entry like "/dev/mapper/VolGroup01-LogVol00" shows that your disk is mapped through the LVM.

LVM brings you features such as the ability to grow and shrink volumes, add hard disks without migrating data, RAID0, and for the purpose of this article: file system SNAPSHOTS.

FLUSH TABLES WITH READ LOCK;
\! …
[Read more]
Showing entries 41121 to 41130 of 44045
« 10 Newer Entries | 10 Older Entries »