-
Calculating The Percentage of Max Connections in with MySQL 5.1.9 and higher
Written by
on
For longest time it had bugged me that there wasn’t an easy way to put “SHOW STATUS”, “SHOW VARIABLES”, or “SHOW PROCESSLIST” variables into queries, so I could easily calculate…
-
MySQL Functions for Converting IP Address to an Integer and Back Again
Written by
on
So after my MySQL server-id idea. I was asked to come up with a function to Convert IP Address. So here it is. use test; DROP FUNCTION IF EXISTS IpToInteger;…
-
Amazon Cloud Sends in the MySQL Clones
Written by
on
Amazon is making it easier, and cheaper, to roll out copies of MySQL for very large websites across its cloud. On Tuesday, the company announced an update to its Amazon…
-
Coming up with a unique MySQL server-id
Written by
on
The server-id, is used in replication to give each master and slave a unique identity. For each server participating in replication, you should pick a positive integer in the range…
-
Slacking off
Written by
on
Well I haven’t really wrote anything in the last couple of months even though, I have had plenty to write about. I went to OSCON 2010 in July and had…
-
Building Thrift on RedHat/CentOS 5.x
Written by
on
What’s Thrift you ask? Well to quote their website. Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build…