MySQL Forums
Forum List  »  Connector/Python

querying db from python
Posted by: Frazman f
Date: September 12, 2011 02:29PM

Hi,
I have a db set up in mysql workbench.
Now I want to connect to this db from python.
This happens to be my first project using mysql and workbench in general.
So lets say the
connection method standrd TCP/IP over ssh
hostname: foo.foobar.com:22
username:foouser
sshpassword:foopassword
MySql Hostname: foohostname
MySql Server Port: 10010
username: foousername
password: foo_password
default schema : fooschema

And I want to query this db from python.
ANy help suggestions!!?
Thanks

Options: ReplyQuote


Subject
Written By
Posted
querying db from python
September 12, 2011 02:29PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.