From d6d015f25947f8a1139e36d63004e3c0d47f93a9 Mon Sep 17 00:00:00 2001
From: Marc Delisle
Date: Mon, 29 Jul 2002 23:47:40 +0000
Subject: [PATCH] faqs
---
ChangeLog | 2 +-
Documentation.html | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 199037475..dd1225dcc 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ $Id$
$Source$
2002-07-29 Marc Delisle
- * Documentation.html: auto-detect
+ * Documentation.html: auto-detect, dot in dbname, CGI and cookie auth
* lang/turkish update, thanks to Bora Alioglu
2002-07-29 Robin Johnson
diff --git a/Documentation.html b/Documentation.html
index 3a4d20c7f..f0ed07807 100755
--- a/Documentation.html
+++ b/Documentation.html
@@ -1584,6 +1584,12 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
"PHP-MySQL" or something similar.
+
+ [1.21] I am running the CGI version of PHP under Unix, and I cannot
+ login using cookie auth.
+ In php.ini, set mysql.max_links higher than 1.
+
+
[2. Configuration]
@@ -2119,6 +2125,14 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
field and table names formed with special characters are protected.
+
+ [6.13] I would like to create a database with a dot in its name.
+ This is a bad idea, because in MySQL the syntax "database.table"
+ is the normal way to reference a database and table name. Worse, MySQL
+ will usually let you create a database with a dot, but then you cannot
+ work with it, nor delete it.
+
+
[7. phpMyAdmin project]