diff options
Diffstat (limited to 'wiki/mysql/choose-something-else.md')
| -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, |
