From b451afc19214f0bd22e6ca4f906e297f40666e16 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 25 Sep 2002 17:59:15 +0000 Subject: [PATCH] faq entry --- Documentation.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation.html b/Documentation.html index a6cc2bea14..77f1ba121b 100755 --- a/Documentation.html +++ b/Documentation.html @@ -2134,10 +2134,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'

[6. Using phpMyAdmin]

- [6.1] I can't insert new rows into a table - MySQL brings up a - SQL-error. + [6.1] I can't insert new rows into a table / I can't create a table + - MySQL brings up a SQL-error.
- Examine the SQL error with care. I've found that many programmers + Examine the SQL error with care. Often the problem is caused by specifying a wrong field-type.
Common errors include: