Showing entries 40263 to 40272 of 45385
« 10 Newer Entries | 10 Older Entries »
Is Yahoo!ed a word?

Everyone has heard of being slashdotted or maybe dugg. But have you ever been Yahoo!ed?

Phones started beeping, mayhem ensued. The first thing we looked at was the database. Is some MyISAM table locked? Is there a hung log processor running? The database was busy, but it looked odd. The web servers were going nuts.

As we soon discoverd, we (dealnews.com) were mentioned in an article on Yahoo!. At 5Pm Eastern, that article made it to be the featured article on the Yahoo! front page. It was there for an hour. We went from our already high Christmas traffic of about 80 req/s for pages and 200 req/s for images to a 130 req/s for pages and 500 req/s for images. We survived with a little tinkering. We have been working on a …

[Read more]
How can this be? MySQL modifying values when inserting "GROUP BY" results in another table

Today, I encountered a very weird problem.

Consider the following similar queries (one run with LIMIT clause and the other without it). The result set has been truncated for convenience.



mysql> SELECT 'photo_Q' AS db, year_of_account_created,month_of_account_created, year_of_date_uploaded, month_of_date_uploaded, COUNT(distinct user_name) FROM photo_Q1.photo GROUP BY year_of_account_created, month_of_account_created ;
+---------+-------------------------+--------------------------+-----------------------+------------------------+---------------------------+
| db | year_of_account_created | month_of_account_created | year_of_date_uploaded | month_of_date_uploaded | COUNT(distinct user_name) |
+---------+-------------------------+--------------------------+-----------------------+------------------------+---------------------------+
| photo_Q | NULL | NULL …
[Read more]
5 Things You Don't Know About Me

Matt Asay tagged me with a blog meme (sounds worse than it is) to write 5 things that most people probably don't know about me.  Let me apologize in advance for such a self-centered posting; I swear I'm just following orders!  Here are few little known facts, though people who read this blog regularly may know a couple of these already. 

  1. I'm a marathon runner
    Running a marathon is harder than almost anything else you can do. Harder than working in a startup, harder than writing humor, harder than marriage.  But it's also a very rewarding experience.  I learned more in running my first marathon than almost anything else in life.  I've run 10 marathons in ten years as well as …
[Read more]
Backup and recovery of the remote MySQL server with ZRM

We just published a technical document about what to consider for backup and recovery of the remote MySQL server, for example, when your online forums and wiki are located at managed hosting service provider.

For any database backup the primary considerations are the consistency of the backup and impact on users and applications. A backup of the remote MySQL, however, has extra challenges related to:

  • network usage
  • security, and
  • flexibility of recoverability of MySQL data to a different host.

We discuss the trade-offs to consider, and describe how to use Zmanda Recovery Manager (ZRM) for several common scenarios. For example, we provide HOWTO for a use case when you want to ensure security of backup data on the wire and at rest.

MySQL Symposium

I'll echo what Kris Buytaert said about the MySQL Symposium in Amsterdam in March. It is going to be a great few days filled with a lot of detail about MySQL.

Among others, I'm looking forward to Jim Starkey's talk about Falcon Internals. Also looking forward to hanging out with other MySQLers, and Planet MySQLers.

Hope to see you there.

Announcing the winners of the MySQL GUI Bug hunting contest

Some time ago, our GUI tools development team started a contest to shake out the bugs in the MySQL GUI applications, especially the MySQL Administrator and the MySQL Migration Toolkit.

The contest ran for about 3 months and resulted in more than 170 bug reports, of which the team fixed all the significant ones (over 120) by now. This is quite impressive, especially considering the relatively small size of the GUI development team. I am very happy to see that the quality of these tools has been improved, they are quite useful, especially for users not keen on using the command line.

The new MySQL Administrator 1.2.8 and MySQL Migration Toolkit 1.1.8 have now been declared production …

[Read more]
Announcing the winners of the MySQL GUI Bug hunting contest

Some time ago, our GUI tools development team started a contest to shake out the bugs in the MySQL GUI applications, especially the MySQL Administrator and the MySQL Migration Toolkit.

The contest ran for about 3 months and resulted in more than 170 bug reports, of which the team fixed all the significant ones (over 120) by now. This is quite impressive, especially considering the relatively small size of the GUI development team. I am very happy to see that the quality of these tools has been improved, they are quite useful, especially for users not keen on using the command line.

The new MySQL Administrator 1.2.8 and MySQL Migration Toolkit 1.1.8 have now been declared production …

[Read more]
MySQL Multi-Master ? Single-Slave ? Replication (aka Saskia)

MySQL provides its replication for High Availability (HA) and for read Scale-out. Generally it is known that in a MySQL replication you can only replicate from one Master to many slaves. In this Whitepaper it is shown how a set-up can look like to replciate from two masters to one slave. Caution: Use these informations with care!!!

2007 Talks



2007 is already looking like a great conference year. In the upcoming year, I've decided to diversify the conferences I attend in order to meet new people, address new communities and in general increase PHP's exposure in new places.

As always, the period before and after the holiday season is quiet, but towards the end of February things pick up rapidly. Here's what I've already got on my schedule:

AjaxWorld Conference & Expo - …

[Read more]
451 CAOS Links - 2006.12.20

More Customer Momentum Around the Microsoft-Novell Agreement, Novell / Microsoft (Press Release)

JasperSoft announces reaches 5,000 customers as momentum for Open Source Business Intelligence Accelerates, JasperSoft (Press Release)

OpenMFG Follows ERP Upgrade with Open Source Report Writer, OpenMFG (Press Release)

ZRM for MySQL is Now Available for Ubuntu, Zmanda (Press Release)

Trolltech releases Qtopia 4.2.0, Trolltech (Press …

[Read more]
Showing entries 40263 to 40272 of 45385
« 10 Newer Entries | 10 Older Entries »