Jump to content
php.lv forumi

neprasa

Reģistrētie lietotāji
  • Posts

    121
  • Joined

  • Last visited

Posts posted by neprasa

  1. --

    -- Table structure for table `cilveki`

    --

     

    CREATE TABLE `cilveki` (

    `id` smallint(10) unsigned NOT NULL auto_increment,

    `vards` varchar(15) NOT NULL,

    PRIMARY KEY (`id`)

    ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ;

     

    --

    -- Dumping data for table `cilveki`

    --

     

    INSERT INTO `vards` VALUES (1, 'Janis');

    INSERT INTO `vards` VALUES (2, 'Juris');

  2. pie import

    #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=utf8 AUTO_INCREMENT=4' at line 5

    kas tas par mysql version?

×
×
  • Create New...