Re: MySQL connection over SSH
(2003, "Can't connect to MySQL server on 'mcsdev.croft-it.com' (60)") -- https://mail.python.org/mailman/listinfo/python-list
Re: mysql connection
Python_it wrote: > How can I close more cursors at the END of my page, > after execute some scripts/functions. > > example: > I use one DB connection and 5 cursor actions. > > How can I close these connections/actions at the END of my page? > > > cursor.close() ==> 5 times?? > db.close() > If