Hey Guys i'm getting errors when trying to save a value into mysql db. Here is my code.
db = MySQLdb.connect(host="localhost", user="root", passwd="developer", db="recaptcha")
cur.execute("SELECT * FROM `captcha_response`")
cur.execute("INSERT into captcha_response(id, response) values (%s, %s)" % (0, token))
Here is my error.
raise errorclass, errorvalue
OperationalError: (1054, "Unknown column '03ACgFB9t_ZvEFuHACU8HebuQ6zrFe_k0n9SLsoJU5GC3tm' in 'field list'")
Here is mysql db info.
my database name is: "recaptcha"
my table name is: "captcha_response"
Example of where the items get stored
id response
Edit Copy Delete 1 03ACgFB9uxJ...