Remote login to mysql data base using python

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jonas
    New Member
    • Sep 2005
    • 3

    #1

    Remote login to mysql data base using python

    Guys was wondering has any done this
    I need to get a heads up as i need to grab data from a databasemake some changes and then put it back in place

    I'm guessing the MySqlDB Module be it seems to be server side based...

    where might i start any examples out there i've tried the google thang but not much

    later
    J
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by jonas
    Guys was wondering has any done this
    I need to get a heads up as i need to grab data from a databasemake some changes and then put it back in place

    I'm guessing the MySqlDB Module be it seems to be server side based...

    where might i start any examples out there i've tried the google thang but not much

    later
    J
    Check out Python Code Forum for examples.

    Comment

    • ghostdog74
      Recognized Expert Contributor
      • Apr 2006
      • 511

      #3
      Originally posted by jonas
      Guys was wondering has any done this
      I need to get a heads up as i need to grab data from a databasemake some changes and then put it back in place

      I'm guessing the MySqlDB Module be it seems to be server side based...

      where might i start any examples out there i've tried the google thang but not much

      later
      J
      there are many resources on the web. just a random example here

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by ghostdog74
        there are many resources on the web. just a random example here
        Great link, GD. I've bookmarked it. Thanks. That extended use of Exception keeps popping up. I'll have to start using it.

        Comment

        Working...