Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is python able to work with MySQL databases?

Status
Not open for further replies.

Wulf

Programmer
Nov 30, 2000
9
AT
I've got a question. Is python able to work with a MySQL database? How can I access a MySQL database from python?
 
Yes, Python will work with MySQL. Look at and search for "mySQL" to find a list of links. One of the first ones should be dustman.net/andy/python/MySQLdb/ for a Python interface for MySQL.
James P. Cottingham
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top