From 470b8de87a9ea6d6d5f7278d3d23f91f78181771 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 23 Jan 2013 12:18:22 -0500 Subject: Two = Three, and that ligature was a typo. --- wiki/mysql/choose-something-else.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiki') 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, -- cgit v1.2.3