Hello,
I received an Excel VBA Code which takes data from MySQL to VBA.
I would like to take the same MySQL data to my python.
I struggle addressing the MYSQl with my Python.
String in VBA:
DRIVER={MySQL ODBC 5.1 Driver};Port=3308;DATABASE=pbh;UID=user;PWD=password#
thanks
I received an Excel VBA Code which takes data from MySQL to VBA.
I would like to take the same MySQL data to my python.
I struggle addressing the MYSQl with my Python.
String in VBA:
DRIVER={MySQL ODBC 5.1 Driver};Port=3308;DATABASE=pbh;UID=user;PWD=password#
thanks