diff --git a/ChangeLog b/ChangeLog index ed1b4f5be..4526df0c8 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2003-06-05 Marc Delisle + * Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES + 2003-06-05 Michal Cihar * libraries/display_export.lib.php3, libraries/functions.js: Some javascript cleanup. diff --git a/Documentation.html b/Documentation.html index 25baf8630..74336c9df 100755 --- a/Documentation.html +++ b/Documentation.html @@ -3168,7 +3168,6 @@ To create a new, empty mimetype please see libraries/transformations/template_ge [6.19] How can I create simple LaTeX document to include exported table?

- You can simply include table in your LaTeX documents, minimal sample document should look like following one (assuming you have table exported in file table.tex): @@ -3186,6 +3185,18 @@ To create a new, empty mimetype please see libraries/transformations/template_ge

+

+ [6.20] In MySQL 4, I see a lot of databases which are not mine, and cannot + access them. +

+

+ Upgrading to MySQL 4 usually gives users a global privilege: CREATE + TEMPORARY TABLES. This privilege also enables users to see all the + database names. See this bug report.

+ So if your users do not need this privilege, you can remove it and their + databases list will shorten. +

+

[7. phpMyAdmin project]