From 511bf4e3a0ef8b297f2f76dbfc7d1eea8efd0ed1 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 620545e6e..6b4250f7b 100644 --- a/Documentation.html +++ b/Documentation.html @@ -2942,6 +2942,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