Thank you Koen Beek, I succeeded in creating my table. But it's a bug of
MySQL Query Browser.
--
MySQL Query Browser is unable to create a table
https://bugs.launchpad.net/bugs/297536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
u
You need to specify a length for the varchar fields
f.ex.
CREATE TABLE `prov`.`test` (
`a` INT NOT NULL AUTO_INCREMENT,
`b` VARCHAR(20) NOT NULL,
`c` VARCHAR(20) NOT NULL,
PRIMARY KEY (`a`)
)
ENGINE = InnoDB;
** Changed in: mysql-gui-tools (Ubuntu)
Status: New => Invalid
--
My
** Changed in: mysql-gui-tools (Ubuntu)
Sourcepackagename: mysql-query-browser => mysql-gui-tools
--
MySQL Query Browser is unable to create a table
https://bugs.launchpad.net/bugs/297536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
-