ERROR CREATING TABLE
-
Hi.
I am just starting with your plugin.
When I try to create a table in Data Explorer I have an error.
If I do it with mysql directly with same code. It works. Any idea?
Here is the code:CREATE TABLE
TEST7
(TEST6
varchar(22) NULL
) ENGINE InnoDB DEFAULT CHARACTER SET utf8 COLLATE=utf8_general_ci;The message is: ERROR: CREATE TABLE failed
Thanks for your help. I am stuck.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘ERROR CREATING TABLE’ is closed to new replies.