diff options
| author | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-23 12:18:22 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen.jacobson@grimoire.ca> | 2013-01-23 12:18:22 -0500 |
| commit | 470b8de87a9ea6d6d5f7278d3d23f91f78181771 (patch) | |
| tree | f127ba90a862ffac1b80a5adda1f11e3c910dac6 /wiki | |
| parent | 00625756221084216b9416b65d10c4888d37a7b0 (diff) | |
Two = Three, and that ligature was a typo.
Diffstat (limited to 'wiki')
| -rw-r--r-- | wiki/mysql/choose-something-else.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/mysql/choose-something-else.md b/wiki/mysql/choose-something-else.md index 212b8f7..7633e8c 100644 --- a/wiki/mysql/choose-something-else.md +++ b/wiki/mysql/choose-something-else.md @@ -76,8 +76,8 @@ asking MySQL to modify data - my favourite example being a fat-fingered of the rows in the table to be affected, instead of one row, because of implicit string-to-integer conversions. -... against loss: hoo boy. MySQL, out of the box, gives you two approachesœ to -[backups](http://dev.mysql.com/doc/refman/5.5/en/backup-methods.html): +... against loss: hoo boy. MySQL, out of the box, gives you three approaches +to [backups](http://dev.mysql.com/doc/refman/5.5/en/backup-methods.html): * Take "blind" filesystem backups with `tar` or `rsync`. Unless you meticulously lock tables or make the database read-only for the duration, |
