Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2022 05:18 AM
driver = "org.mariadb.jdbc.Driver"
url = f"jdbc:mysql://{user}:{password}@{database_host}/{database_name}?sslaccept=strict"
The PlanetScale url does not require the host value in the url string and is set to 3306 as default. I have tried adding it and am met with an invalid url error.