ecshop中修改includes/cls_ecshop.php中第53行
function table($str) { /* if($str==‘goods‘){ return ‘`ecshop3‘ . ‘`.`‘ . $this->prefix . $str . ‘`‘; } else{ return ‘`‘ . $this->db_name . ‘`.`‘ . $this->prefix . $str . ‘`‘; } */ return ‘`‘ . $this->db_name . ‘`.`‘ . $this->prefix . $str . ‘`‘; }
原文:http://www.cnblogs.com/chen-lhx/p/3939903.html