-1

I want to connect my Python 3 script to my online database so that i can fetch and make changes to the data on the online database. I am a bit new to Python.

Ayush Singh
  • 21
  • 1
  • 1

1 Answers1

0

You can find one possible way here, Database Programming in Python at OpenSource. Another one is here, Python Connecting to MySQL Databases at mySQL Tutorial.

And you can try this, script by kirang89 on GitHub.

Welcome to the community. If you give us your code where you attempted to do this with a specific issue you are trying to solve, you will get a much better guidance and solution. Ina meanwhile, try to find a similar already answered question.

TeilaRei
  • 577
  • 1
  • 6
  • 22