Encrypted MySQL connections (for client and replication)

There are four basic things you need to do when attempting to set up encrypted MySQL connections. Make sure your MySQL installation is configured with SSL. Create a set of certificates for your master, your slave, and your client(s). Configure your master and slave my.cnf with the correct ssl-* options. Configure the replication with the […]

Toolmonger » Blog Archive » Leatherman Charge ALX

Many multi-tools seem to be a flimsy sampling of little knick-knacks. We’ve seen different versions for ages, but they rely on a simple straight-edged pocket knife to do most of the real work. However, Leatherman’s interesting Charge ALX model is a little different. It does away with many of the old issues multi-tools faced, like […]

YQL: INSERT INTO internet Yahoo Developer Network Blog

The Yahoo Query Language lets you query, filter, and join data across any web data source or service on the web. Using our YQL web service, apps run faster with fewer lines of code and a smaller network footprint. YQL uses a SQL-like language because it is a familiar and intuitive method for developers to […]

Seth's Blog: Gotcha!

My rule of thumb is this: every person you turn away because your product or service isn’t right for them turns into three great customers down the road. Every bad sale costs you five. Seth’s Blog: Gotcha!. Being upfront with your customers … what a novel idea!  We have to remember that we’re a service […]

"Loss of data has serious consequences for German electronic health card" … Oops.

Test runs with Germany’s first-generation electronic health cards and doctors’ “health professional cards” have suffered a serious setback. After the failure of a hardware security module HSM holding the private keys for the root Certificate Authority root CA for the first-generation cards, it emerged that the data had not been backed up. Consequently, if additional […]

10 Business Lessons I Learned from Playing Dungeons & Dragons | JavaWorld's Daily Brew

Came across this in one of my blogfeeds today: 10 Business Lessons I Learned from Playing Dungeons & Dragons | JavaWorld’s Daily Brew.  Funny and interesting look at how actions in a game are translatable to real-world business events. One spell, used well, can be more powerful than an entire book full of spells. I […]

Query partially completed on the master (error on master: 1053)

So, I walked into the office this morning to the following lovely alert from our MySQL Enterprise Monitor installation (MEM) which, thankfully, was working again after I had to rebuild it last week. Server: seawasp:3306 Time: 2009-07-08 01:33:28 GMT Advisor: Replication – Slave Has Experienced A Replication Error Problem Description When a slave receives updates […]

So, some Solaris updates

Some minor updates on the Solaris/AD front. Alex and I have opened tickets with both Microsoft and Sun regarding the problems we’re seeing with VLV support between Solaris and Active Directory. Based on conversations and emails with both companies, we don’t think it’s VLV that’s really broken. Along with VLV, it appears you have to/should […]

Solaris logins work!

What a frustrating afternoon. I spent today working on the Solaris LDAP/Kerberos configuration for authenticating against AD. The short story is that I can now successfully login to my Solaris 10 zone using my windows credentials. Just like on the linux box. The long story (with details) will be posted later because Alex and I […]

Whoops. Account lockouts baaaaaaad!

So I found one downside to using this AD/LDAP configuration. Ok, not really a downside, just a really big caveat. The account used for binding to the LDAP server can get locked out if it authenticates too many times with the wrong password. Discovered this yesterday when I inadvertently changed the password in my configuration […]