Author: Noob Email: [EMAIL PROTECTED] Message: CREATE TABLE ndict ( url_id int(11) DEFAULT '0' NOT NULL, word_id int(11) DEFAULT '0' NOT NULL, intag int(11) DEFAULT '0' NOT NULL, KEY url_id (url_id), KEY word_id (word_id) );
That will create the table you need. You need to make sure its in the database mnoGoSearch as defined by your indexer. Reply: <http://www.mnogosearch.org/board/message.php?id=4883> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
