-4

I want my Python code to connect to my SQL server. Everything I find on Google is for Python 3.2 or older. Is there any possibility that I can connect to a MySQL server without installing anything? And if not, is there something compatible with Python 3.4?

Anton
  • 542
  • 1
  • 6
  • 16

1 Answers1

0

You can use mysql connector python or you can install it from pip from pypi

See the reference here

Community
  • 1
  • 1
Avinash Babu
  • 6,171
  • 3
  • 21
  • 26