Need to change
rid int(10) unsigned NOT NULL default '0' auto_increment,
to
rid int(10) unsigned NOT NULL auto_increment,
I get this error too. 4.7.3
Comments
Comment #1
nerdymark commentedI get this error too. 4.7.3