Moin,
kann ma hier einer kurz über die Query gucken? Ich steh grad total aufem Schlauch:
MySQL mault rum :
PHPMyAdmin führt die Query aber anstandslos aus... Bin ich blind?
kann ma hier einer kurz über die Query gucken? Ich steh grad total aufem Schlauch:
Code:
DROP TABLE IF EXISTS tab1; CREATE TABLE `tab1` ( `id` int(11) NOT NULL auto_increment, `user_id` int(11) default NULL, `fellow_count` int(6) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_german1_ci;
MySQL mault rum :
Code:
Error in SQL Statement: 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 'CREATE TABLE tab1 ( `id` int(11) NOT NULL aut' at line 1
Kommentar