Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Connecting MySQL using Python
Name: cnivas007 Date: March 19, 2009 at 22:21:18 Pacific OS: Macintosh CPU/Ram: 1GB Product: Apple / Leopard Subcategory: Opinions
Comment:
Hai All, Good Morning... I have created a small application using python as a front end and MySQL as database. But, I can't store and retrieve the values from the python to the MySQL database to move to the next page. So, please help me to go further....
Summary: Hi, Use the command line mysql program to do these steps. Create your database: mysql> CREATE DATABASE test_database; mysql> USE test_database; mysql> CREATE TABLE test_table (firstname VARCHAR(20), l...
Summary: Hi, I'm doing a small project work on MAC OS X using python and MySQL. I have downloaded the pyhton from python.org and mysql from mysql.com. I have also downloaded mysql-python 1.2.2from sourceforge...
Summary: hi all, i've a doubt. i just want to clarify it. i wanna know whether we can connect to anyother databases other than MySQL using PHP, like Oracle, or even Access/dbase/foxpro!!?? if so, how? please...