In python, is there a simple way to connect to a mysql database that doesn't require root access?
Posted
by Matthew
on Stack Overflow
See other posts from Stack Overflow
or by Matthew
Published on 2010-06-15T01:41:16Z
Indexed on
2010/06/15
1:52 UTC
Read the original article
Hit count: 209
I'm writing a script to parse some text files, and insert the data that they contain into a mysql database. I don't have root access on the server that this script will run on. I've been looking at mysql-python, but it requires a bunch of dependencies that I don't have available. Is there a simpler way to do this?
© Stack Overflow or respective owner