Monthly Archives: April 2008

DRBD and MySQL: Just Say No

I’ve successfully used MySQL statement-based replication for several years across data centers and understand it’s quirks. While at the MySQL Conference, I tried to see how DRBD could help the installations I manage, but I just can’t drink the DRBD … Continue reading

Posted in Linux, MySQL, Open Source, Tech | 4 Comments

MySQL Conference 2008

I attended the MySQL Conference once again at the Santa Clara Convention Center. Despite the January purchase by Sun, the conference had the same great vibe as usual, and everybody showed up again. Top Conference Themes Some of the conference … Continue reading

Posted in Business, Conferences, MySQL, Open Source, Tech | Leave a comment

MySQL and Choosing a Random Row From Unnumbered Sets

Choosing a random row from a table using SQL is a common task. For small tables and when you don’t have a numeric key or don’t know the maximum value in advance, SELECT * FROM test ORDER BY RAND() LIMIT … Continue reading

Posted in MySQL, Tech | Leave a comment

Restaurant Review: Michi Japanese Restaurant, Campbell

I had lunch with a friend at Michi Japanese Restaurant in Campbell. The chef/owner is Sheen Michi Shin. We sat at the sushi bar, and I ordered the beef bento box (which comes with several tempura vegetables) with an order … Continue reading

Posted in Japanese, Restaurant Reviews | Leave a comment