Hi,

          After trouble shooting error 10061, 1130, 1045 and 1044. Finally,
the following code works in a python shell.

import MySQLdb
import MySQLdb.cursors
conn = MySQLdb.connect(host="ENG-3", user = "Any", passwd = "", db =
"daily", cursorclass=MySQLdb.cursors.DictCursor)

user='root' also works. I now have a small cgi script, the values from the
user are taken and inserted in the database. When this script is called with
a click of a button, the throws the error page, saying

"
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.

Please contact the server administrator, [EMAIL PROTECTED] and inform them
of the time the error occurred, and anything you might have done that may
have caused the error.

More information about this error may be available in the server error log.

"

Is it possible to have the connect work thru a script just as it works thru
a python shell.


BRgds,

kNish
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to