joeshere
Newbie
Karma: 0
Offline
Posts: 2
|
 |
« on: January 30, 2010, 06:34 » |
|
Ok, let's go. Where is my magic wand...
Trying to communicate to your MySQL server and see how is he going here: He kindly responded
Let's create some tables now: Creating tables & putting data there..: 1, 2, I failed to perform the following query:
'CREATE TABLE IF NOT EXISTS `bs4-addlinks` ( `id` int(11) NOT NULL auto_increment, `domain` varchar(255) NOT NULL default '''', `l1g` int(11) NOT NULL default ''0'', `l2g` int(11) NOT NULL default ''0'', `l1gl` set(''0'',''1'') NOT NULL default ''0'', `l2gl` set(''0'',''1'') NOT NULL default ''0'', `hl` int(11) NOT NULL default ''0'', `all` set(''0'',''1'') NOT NULL default ''0'', `link` text NOT NULL, `text` text NOT NULL, `topic_id` int(11) NOT NULL default ''1'', PRIMARY KEY (`id`)) TYPE=MyISAM;'. The following error might help you to solve the problem: 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 '0'', `l2g` int(11) NOT NULL default ''0'', `l1gl` set(''0'',''1'') NOT NULL de' at line 1
|