that DOES look pretty normal, altho I suspect fly.toml should look more like this:
…if it happens to have the \n characters actually literally in there as text (vs having newlines in reality).
But, assuming that’s actually working, it sort of feels like either:
- The mysql instance isn’t listening on a network (seems unlikely!)
- Somethings up with the networking where
laravelmysql.internalisn’t doing its thing
I’m assuming the (Laravel?) application connecting to this database is ALSO hosted on Fly, within the same Fly organization - is that correct?
