Institutional Knowledge

Wherein we write down some stuff that we know.

Institutional Knowledge header image 4

Entries Tagged as 'Databases'

Getting Cute with MySQL Backups

February 20th, 2007 · No Comments

When you think you are being smart by only giving your backup user SELECT privileges, don’t forget that you also need to be able to LOCK TABLES to use some of the mysqldump features.

That is all.

[Read more →]

Tags: Databases

MySQL Hilarity

January 2nd, 2007 · 1 Comment

Wherein we read documentation and then laugh heartily.

[Read more →]

Tags: Databases

Web Developers’ Do’s and Dont’s

March 2nd, 2006 · No Comments

Do:

Routinely clear out old data from databases

Don’t

Let the size of your database get out of control

[Read more →]

Tags: Databases

Crazy MySQL Problem

February 24th, 2006 · No Comments

Wherein we flush ghosts from the mysql shell.

[Read more →]

Tags: Databases

Oracle Instant Client, PHP and RHEL

November 9th, 2005 · No Comments

Wherein we compile php rpms with Oracle support.

[Read more →]

Tags: Databases

Oracle, You Are Mine!

November 8th, 2005 · No Comments

Wherein we tie ruby to Oracle.

[Read more →]

Tags: Databases · Ruby on Rails