All pastes #2073512 Raw Edit

Unnamed

public text v1 · immutable
#2073512 ·published 2011-06-02 03:40 UTC
rendered paste body
## mysql table create

mysql> CREATE TABLE ftpgroup ( groupname varchar(16) NOT NULL default '', gid smallint(6) NOT NULL default '5500', members varchar(16) NOT NULL default '', KEY groupname (groupname) ) TYPE=MyISAM COMMENT='ProFTP group table';


## mysql error

ERROR 1064 (42000): 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 'TYPE=MyISAM COMMENT='ProFTP group table'' at line 1