MySQL


I can't create a table - MySQL brings up a SQL-error?
Examine the SQL error with care. Often the problem is caused by specifying a wrong field-type.
Common errors include:
Using VARCHAR without a size argument
Using TEXT or BLOB with a size argument
Also, look at the syntax chapter in the MySQL manual to confirm that your syntax is correct.