CREATE TABLE phpbb_q_links ( id mediumint(8) unsigned NOT NULL auto_increment, url text NOT NULL, name text NOT NULL, image text NOT NULL, description varchar(255) NOT NULL. seperator tinyint(1) DEFAULT '0' NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM
+++ Error: 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 '. seperator tinyint(1) DEFAULT '0' NOT NULL, PRIMARY KEY
INSERT INTO phpbb_q_links (url, name, image) VALUES ('http://www.oxpus.de', 'OXPUS', 'images/q_links/oxpus.gif')
+++ Error: Table 'fol.phpbb_q_links' doesn't exist
INSERT INTO phpbb_q_links (url, name, image) VALUES ('http://www.phpbb.com', 'phpBB', 'images/q_links/phpBB.gif')
+++ Error: Table 'fol.phpbb_q_links' doesn't exist
bitte helft mir.