| |||||||||||
| |||||||||||
Python to MySQL
We've added some Python to MySQL connection examples on our web site - using the mysql-python open source download from sourceforge.
For the installation, you MUST ensure that you have the MySQL include files and libraries installed before you attempt a build, and that you set your PATH to point to that version of MySQL - otherwise you can get a rather frightening page full of errors. Here's a checklist for you: 1. Install MySQL into /usr/local 2. set up mysql-python download, unzip and untar, cd to directory. export mysqlclient=mysqlclient export PATH=/usr/local/mysql/bin:$PATH python setup.py build 3. Install mysql-python become administrator python setup.py install I've run the above on both Fedora and Suse ... Sample program sources: Hello PySQL world, documented Bare bones application using recommended classes Example of using a MySQL database from Python in a web based (CGI) application (written 2006-03-31 06:46:22) Associated topics are indexed under S156 - Interfacing Applications to MySQL DatabasesY115 - Additional Python Facilities
Some other Articles
Well House Manor goes aheadDatabase design - get it right from first principles PHP Image viewing application Ruby course - oops - it's not happening Python to MySQL An unhelpful error message from Apache httpd Dressed up for a phone call Stopping and restarting Apache httpd cleanly Web Application Components Keeping the visitors happy and browsing 1636 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||