[EMAIL PROTECTED] 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to