ecoc Posted July 10, 2007 Report Share Posted July 10, 2007 Tatad, ja es gribu lai man sis plugins darbotos man ir jaizdara sis: Add the mySQL database from `sql.txt`, via upload or input with phpMyAdmin. Un taja sql.txt ir sis sarakstits: CREATE TABLE `page` ( `id` int(10) NOT NULL auto_increment, `name` text NOT NULL, `shortname` text NOT NULL, `type` enum('admin','registered','all') NOT NULL default 'all', `content` text, `user_name` text, `user_id` text, `date` text, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; Es nesapratu kura vieta man ir tas jaraksta?? ( ka phpmyadmin to es saprotu ) Link to comment Share on other sites More sharing options...
andrisp Posted July 10, 2007 Report Share Posted July 10, 2007 Ja izmanto to phpmyadmin, tad paņem to sql un iekopē iekš SQL lauka SQL sadaļā (vai kaut kā tā) un nospied Go. Tas taču ir elementāri. :) Link to comment Share on other sites More sharing options...
ecoc Posted July 10, 2007 Author Report Share Posted July 10, 2007 Rekur iekopeju paradas error : SQL query: CREATE TABLE `page` ( `id` int( 10 ) NOT NULL AUTO_INCREMENT , `name` text NOT NULL , `shortname` text NOT NULL , `type` enum( 'admin', 'registered', 'all' ) NOT NULL default 'all', `content` text, `user_name` text, `user_id` text, `date` text, PRIMARY KEY ( `id` ) ) ENGINE = InnoDB DEFAULT CHARSET = latin1 AUTO_INCREMENT =1 MySQL said: Documentation #1289 - The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working Link to comment Share on other sites More sharing options...
Kristabs Posted July 10, 2007 Report Share Posted July 10, 2007 Kopē tikai CREATE TABLE `page` ( `id` int( 10 ) NOT NULL AUTO_INCREMENT , `name` text NOT NULL , `shortname` text NOT NULL , `type` enum( 'admin', 'registered', 'all' ) NOT NULL default 'all', `content` text, `user_name` text, `user_id` text, `date` text, PRIMARY KEY ( `id` ) ) Link to comment Share on other sites More sharing options...
ecoc Posted July 10, 2007 Author Report Share Posted July 10, 2007 O paldies! Link to comment Share on other sites More sharing options...
Recommended Posts