Cluster Talk at March 2008 Boston User Group -- Slides and Video Are Up!
- Add new comment
- Read more
- play
- download
- 1 hour 30 min
- 403.12 MB
- 22 plays
- 20 downloads
How Much Does a Damian Conway?
- Add new comment
- Read more
- play
- download
- 1 hour 4 min
- 464.34 MB
- 73 plays
- 50 downloads
Why MySQL 5.1 Is Not GA Yet, and How You Can Help
Yesterday I had a good conversation with Monty Widenius (a MySQL founder) about MySQL 5.1. Specifically, about the fact that MySQL 5.1 is not a GA (generally available) release.
My impression, which was wrong, was that it was difficult getting critical mass to download 5.1 and use it simply because ...
Log Buffer #105, a Carnival of the Vanities for DBAs
This week, database blogs seemed to talk about conforming to stereotypes as well as breaking them.
Fulfilling the stereotype of Microsoft software being unsecure, Microsoft released a very important SQL Server update that Aaron Bertrand notes patches "four elevation of privilege vulnerabilities." That's right, not one, not two, but four!!! ...
Good SQL Querying
By "Good SQL Querying", I am not referring to "how to make your queries more perfomant." I am about to go on a mini-rant about how to make readable and self-documenting SQL queries.
One practice that will get me instantly going on a rant is using a comma join. ...
“It’s Not Dead, It’s Just Resting!” a.k.a., MySQL, Ethics and Death
In http://www.mysqlperformanceblog.com/2008/07/01/should-we-proclaim-mysql-..., Peter Zaitsev wonders if MySQL's community edition is dead.
The title of Peter's inquiry is somewhat misleading, as the database itself works fine. He clarifies a bit with, "there suppose to be 2 yearly binary releases (which are overdue) and 4 predictable yearly source releases, which we have ...
Reviewing MONyog
I was contacted by the folks at MONyog and asked if I would review MONyog. Since using MONyog is something I have been wanting to do for a while, I jumped at the chance. Of course, "jumped" is relative; Rohit asked me at the MySQL User Conference back ...
Liveblogging: Automated System Management
Usenix 2008 - Automated System Management, by Æleen Frisch of Exponential Consulting (and numerous books)
What is automation?
generic [perl|shell] scripts with cron,at
Problem: overlap of effort
So folks developed automation systems. General automation tools are around:
cfengine, puppet, cfg2
These are general -- files, directories, etc. Don't need to use chmod and ...
BoF Tonight At Usenix Boston: Pros and Cons of Managed Services
From 7:30 - 8:30 pm tonight, Wed. June 25th, in the Berkeley room of the Sheraton Boston, I will be hosting a Birds of a Feather conversation entitled "Pros and Cons of Managed Services". This will go beyond MySQL and even beyond remote database management, and just deal with ...
SQL Mode ANSI_QUOTES
I was asked today about the ANSI_QUOTES SQL mode.
According to http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html, ANSI_QUOTES mode changes the functionality of double quotes (") to be like the backtick (`). Normally the functionality of double quotes is more like that of single quotes (').
You might use this when you have a table with ...
