...? 问题: 1> 现有的mysql表: 商品表goods、商品订单表order、商品评论表comment, 我将表进行多表链接,并建立了索引, 比如我的sql如下: select * from goods as g left join order as o on g.gid = o.gid left join comment as c on g.gid = c.gid where...
...gs tm on t.tid = tm.tid where t.ifcheck = 1 and t.fid != 0 and t.fid !=444 order by t.tid asc" --project=项目名 4 建立phpwind的索引队列 #建立队列表 mysql -uroot -p 你的phpwind数据库名 CREATE TABLE `mq` ( `mid` int(10) unsigned NOT NULL AUTO_INCREMENT, `tid` int(10) unsigned...