Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › Error Oh Error
`arg` varchar(20) NOT NULL default '',
`value_s` text NOT NULL,
`value_i` int(11) NOT NULL default '0',
`value_u` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`arg`)
) TYPE=MyISAM;|
How did the | – character get in there ? (there are a lot of them).
What are the errors that you get ?