...用util/Indexer.php --source=mysql://aaa:aaa@192.168.0.2/bbs_test --sql="select * from cdb_posts" --project=discuz 这个命令进行导入的,不知道能否有一个从断点继续的方法?
...util/Indexer.php -p discuz --source=mysql://aaa:bbb@192.168.0.1/bbs --sql="select * from cdb_post" -c gbk ini的配置如下: project.name = discuz project.charset = GBK server.index = 8383 server.search = 8384 [pid] type = id [fid] index = self tokenizer = full [tid] [first]...
...util/Indexer.php --rebuild --source=mysql://xxxl@localhost/coreseek --sql="SELECT * FROM documents" --project=demo 开始重建索引 ... [XSException] lib/XS.php(2094): DB has been rebuilding(S#407) #0 lib/XS.php(1192): XSServer->execCommand(Array, 257) #1 Indexer.php(197): XSIndex->beginRebuil...
...如下SQL语句初始化crontab表: [code]insert into `crontab` (`sid`) select `id` from `sample`;[/code] 由于crontab表设置sid为唯一性索引约束,因此可重复执行上述语句,或者更新数据的时候同步更新新添加的数据ID到crontab表 可能存在的问题是...