You are here
Jagerfield - Thu, 2012/11/08 - 14:37
- Hi,
I am a student and I need to load the database tables with data scraped from html websites. Could someone please inform me on how I can connect to the Mysql on Virtual box?
I have had used xeround database before and managed to connect to it using their example.
"MySqlConnection("Server=instance123.db.xeround.com;Port=4567;Database=mydb;Uid=john;Pwd=malon");" Thank you Trevor
Forum:
For Python I'd recommend SQLAlchemy
A while back I needed to pull and crunch some data from a MySQL database in Python, and I found SQLAlchemy very flexible.
To install (ipython is not required by very very useful):
The docs are very good, but for example (replace the stuff in bold):
Hope the above helps...
Add new comment