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.
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.
Tags: Databases
Wherein we read documentation and then laugh heartily.
Tags: Databases
Do:
Routinely clear out old data from databases
Don’t
Let the size of your database get out of control
Tags: Databases
Wherein we flush ghosts from the mysql shell.
Tags: Databases
Wherein we compile php rpms with Oracle support.
Tags: Databases
Wherein we tie ruby to Oracle.
Tags: Databases · Ruby on Rails