From 2ad18b06e3e04cb39dc4e969dc7e75ebeb37696e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 10 Apr 2009 11:22:35 +0000 Subject: [PATCH] bug #2744353, FAQ 1.41 added --- Documentation.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation.html b/Documentation.html index 39d6bdda3..cf407ca57 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2974,6 +2974,13 @@ ProxyPassReverseCookiePath /%7Euser/phpmyadmin /mirror/foo

See http://httpd.apache.org/docs/2.2/mod/mod_proxy.html for more details.

+

+ 1.41 When I view a database and ask to see its + privileges, I get an error about an unknown column.

+ +

The MySQL server's privilege tables are not up to date, you need to run +the mysql_upgrade command on the server.

+

Configuration