Hosna Qasmei
Can I connect to my Railway MySQL in jupyter lab with python?
I'm trying to get the data from my MySQL db into a csv and analyze it. Can't find a resource to do so. I tried installing mysql-connector-python and using import mysql.connector and using
db = mysql.connector.connect(
host = " ",
user = " ",
password = ""
)
but it keeps saying Can't connect to MySQL server on "...railway.app"
8 replies