Can not create table in MySQL workbench 5.2.40
问题 I've just created anew schema & want to create a new table. When ever I right click on 2myschema' that I created, and select 'new table', I give a name for the table to be created, but I get the following error: I searched about the error, and I found that the cause if I typed a reserved word such as 'order' but there is no way that table2 is reserved word, and I tried many different names and always get the same message. The column Name is not activated, so I can't enter column names. 回答1: I