about CREATE TEMPORARY TABLES

This commit is contained in:
Marc Delisle
2003-06-05 14:36:33 +00:00
parent e129c5fe13
commit 82fb8ecb76
2 changed files with 15 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2003-06-05 Marc Delisle <lem9@users.sourceforge.net>
* Documentation.html: new faq 6.20 about CREATE TEMPORARY TABLES
2003-06-05 Michal Cihar <nijel@users.sourceforge.net> 2003-06-05 Michal Cihar <nijel@users.sourceforge.net>
* libraries/display_export.lib.php3, libraries/functions.js: Some * libraries/display_export.lib.php3, libraries/functions.js: Some
javascript cleanup. javascript cleanup.

View File

@@ -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? [6.19] How can I create simple LaTeX document to include exported table?
</h4> </h4>
<p> <p>
You can simply include table in your LaTeX documents, minimal sample You can simply include table in your LaTeX documents, minimal sample
document should look like following one (assuming you have table document should look like following one (assuming you have table
exported in file <code>table.tex</code>): exported in file <code>table.tex</code>):
@@ -3186,6 +3185,18 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
</pre> </pre>
</p> </p>
<h4>
[6.20] In MySQL 4, I see a lot of databases which are not mine, and cannot
access them.
</h4>
<p>
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 <a href="http://bugs.mysql.com/179">bug report</a>. <br /><br />
So if your users do not need this privilege, you can remove it and their
databases list will shorten.
</p>
<a name="faqproject"></a><br /> <a name="faqproject"></a><br />
<h3>[7. phpMyAdmin project]</h3> <h3>[7. phpMyAdmin project]</h3>