From e39695963dc1f84117ebcb9cce4c0b1b72f3cab2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 28 Sep 2015 09:35:36 -0400 Subject: [PATCH] Fix punctuation Signed-off-by: Marc Delisle --- doc/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/faq.rst b/doc/faq.rst index 80b12b7b90..222532cee9 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -2041,7 +2041,7 @@ on its own. By selecting this option, phpMyAdmin will adjust the privilege table so that users have the same privileges on the new items. For example: A user 'bob'@'localhost' has a 'SELECT' privilege on a -column named 'id'. Now, if this column is renamed to 'id_new'; MySQL, +column named 'id'. Now, if this column is renamed to 'id_new', MySQL, on its own, would **not** adjust the column privileges to the new column name. phpMyAdmin can make this adjustment for you automatically.