Hi!
I noticed that when I click on a tablename on the left databasetree, at the right side
result some information about the table. These informations includes some DDL information
with CREATE TABLE STATEMENT.
For my table it looks like:
Create Table
CREATE TABLE `table` (
`field1` varchar(32) NOT NULL
`field2` varchar(32) default '0'
…
PRIMARY KEY ('field1`),
KEY `ConnType` (`field2`)
TYPE=MyISAM
Now, there is missing the “)” bracket bevor TYPE=MyISAM!!!
Bye,
Bass
PS: sorry if my english isn't so good….