Co-worker left his desktop unlocked for a few minutes. His alter ego sent him an email. Nice start of the day.
Month: October 2012
Identity
xkcd knows how my days at work go…
Bootswatch
A collection of free themes for Twitter Bootstrap. Some are really nice.
Lavish
Lavish is a color scheme generator for Twitter Bootstrap CSS framwork. The colors are based on a specified image.
Fixing MySQL error “Cannot load from mysql.proc. The table is probably corrupted”
Fixing MySQL error “Cannot load from mysql.proc. The table is probably corrupted”
After a recent upgrade of some of my CentOS 6.3 servers to MySQL 5.5 from the Remi repository, I started noticing errors like this one in the logs, especially during backups:
MySQL: SHOW FUNCTION STATUS WHERE Db = ‘name’: Cannot load from mysql.proc. The table is probably corrupted
A quick search revealed that this is do to ‘mysqld_upgrade’ script not being run automatically against the existing database. A quick and simple solution is to just run the script manually. Of course, a full database backup is recommended before doing so. Mine worked just fine though.