Sagar Giri
Results
1
comments of
Sagar Giri
So far I've come up with the following but it's not working. ```python from urllib.parse import quote from sqlalchemy.engine import URL path_to_pem = f"{os.path.dirname(__file__)}/AmazonRootCA1.pem" db_url = URL.create( drivername="mysql", username=mysql_user, password=quote(create_connection_token()),...