Well in the SQL editor in phpMyAdmin I tried to create a table in an exsiting database and get the following error:
MySQL said:
You have an error in your SQL syntax near 'NOT NULL, 2 VARCHAR NOT NULL, 3 VARCHAR NOT NULL)' at line 1
Here is the simple SQL query I entered:
CREATE TABLE test (
1 VARCHAR NOT NULL ,
2 VARCHAR NOT NULL ,
3 VARCHAR NOT NULL
) ;
I have also change syntax if the query but with no results, infact I used the same query on the mySQL (GUI) SQL editor and it worked with no problem, and I also tried it on the prompt and it also worked.
There are many users experiancing this problem as I have found many sites that are discussing this issue, the main site is the home page for phpMyAdmin and can be access with the following url:
http://bugs.php.net/bug.php?id=19404