"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') CHARSET latin1' at line 1"
In addition, when I attempt to add a field at the same time I get the following pop-up error:
"There was an error receiving data from the server."
So I've tried executing SQL statement directly from the "Query" input box. When I try to create a table with this:
SQL
Damn it, I can't seem to get this forum to accept my SQL statement here.
I get the same pop-up window as before that reads:
"There was an error receiving data from the server."
It seems to me that my user account may not have CREATE privileges. But I know that I checked all the boxes when creating the user and I can see all privileges listed in the list of users. Additionally, when I try to create a table with the following:
SQL
CREATE TABLE test;
I get this message in a pink box below the input box:
The following errors were reported:
A table must have at least 1 column
Any help would be VERY appreciated. Thank you.
