knish 0 Newbie Poster

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, admin@renderunit-19 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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.