andrisp Posted July 6, 2005 Report Share Posted July 6, 2005 CREATE TABLE `akcijas` ( `id` int(11) NOT NULL auto_increment, `datums` varchar(100) default NULL, `teksts` blob, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1; uztaisiiju dampu (izmantojot phpmyadmin export) datubaazei uz servera ar MySQL 4.1.11-standard.. peec tam meegjinaaju importeet ieksh MySQL 4.0.24 bet shis saka - #1064 - 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 'DEFAULT CHARSET=latin1 AUTO_INCREMENT=1' at line 24 kaadas vainas sheit ? Link to comment Share on other sites More sharing options...
bubu Posted July 6, 2005 Report Share Posted July 6, 2005 Paimaini pēdējo rindiņu uz: ) ENGINE=MyISAM; un gan jau būs labi. Link to comment Share on other sites More sharing options...
andrisp Posted July 6, 2005 Author Report Share Posted July 6, 2005 Paimaini pēdējo rindiņu uz: ) ENGINE=MyISAM; un gan jau būs labi. 19092[/snapback] njaa, tad aizgaaja.. paldies Link to comment Share on other sites More sharing options...
des Posted July 6, 2005 Report Share Posted July 6, 2005 MySQLs pirms 4.1 versijas vienkaarshi neatbalsta dazhaadu charsetu likshanu dazhaadaam tabulaam. Un dazhaadi charseti dazhaadaam tabulaam un pat kolonnaam ir uuber laba fiicha! Link to comment Share on other sites More sharing options...
Recommended Posts