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> <a name="faqusing"></a>
<h3>[6. Using phpMyAdmin]</h3> <h3>[6. Using phpMyAdmin]</h3>
<p> <p>
<b>[6.1] I can't insert new rows into a table - MySQL brings up a <b>[6.1] I can't insert new rows into a table / I can't create a table
SQL-error.</b> - MySQL brings up a SQL-error.</b>
<br /> <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 /> specifying a wrong field-type.<br />
Common errors include: Common errors include:
</p> </p>