Jump to content
php.lv forumi

db uz hostinga


neprasa

Recommended Posts

Atverot notepad un uzrakstot !

 

Tu tiešām domā, ka mēs tev varēsim kaut ko ieteikt, ko darīt, ja tu mums dod tik nekonkrētu informāciju ?

 

Māki no savas localhost datubāzes izeksportēt vajadzīgās tabulas ? Ja lieto phpmyadmin, tad tas ir īzī-pīzī. Kā tu piekļūsti hosting servera db ? Tev ir kaut kāds piekļuves interfeiss ?

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

--

-- 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');

Link to comment
Share on other sites

×
×
  • Create New...