Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 88321 invoked from network); 9 Sep 2004 15:09:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Sep 2004 15:09:52 -0000 Received: (qmail 59951 invoked by uid 500); 9 Sep 2004 15:09:44 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 59855 invoked by uid 500); 9 Sep 2004 15:09:41 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 59710 invoked by uid 99); 9 Sep 2004 15:09:39 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [69.20.61.177] (HELO chromium.sabren.com) (69.20.61.177) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 09 Sep 2004 08:09:37 -0700 Received: from [192.168.1.100] ([66.57.27.65]) (authenticated bits=0) by chromium.sabren.com (8.12.11/8.12.11) with ESMTP id i89FA03G015394 for ; Thu, 9 Sep 2004 11:10:01 -0400 Message-ID: <41407225.4000607@apache.org> Date: Thu, 09 Sep 2004 11:09:25 -0400 From: Sam Ruby User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gump code and data Subject: Re: svn commit: rev 36230 - in gump/trunk: . bin cron log mysql python/gump python/gump/core python/gump/document python/gump/document/xdocs python/gump/java python/gump/model python/gump/mysql python/gump/notify python/gump/runner python/gump/shared python/gump/stats python/gump/stats/dbm python/gump/stats/mysql python/gump/utils test References: <20040811163237.74404.qmail@minotaur.apache.org> In-Reply-To: <20040811163237.74404.qmail@minotaur.apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ajack@apache.org wrote: > +def configureDB(): > + conn = MySQLdb.Connect( > + host='localhost', user='root', > + passwd='', db='gump',compress=1, > + cursorclass=MySQLdb.cursors.DictCursor) Why is user, passwd, and db hard coded in mysql/data.py? A more general question: does BrutusConfig[1] need to be updated to reflect any steps related to the setting up of mysql? - Sam Ruby --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org