faq entry

This commit is contained in:
Marc Delisle
2002-09-25 17:59:15 +00:00
parent 1503e0673c
commit b451afc192

View File

@@ -2134,10 +2134,10 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
<a name="faqusing"></a>
<h3>[6. Using phpMyAdmin]</h3>
<p>
<b>[6.1] I can't insert new rows into a table - MySQL brings up a
SQL-error.</b>
<b>[6.1] I can't insert new rows into a table / I can't create a table
- MySQL brings up a SQL-error.</b>
<br />
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.<br />
Common errors include:
</p>