Connection refused for my mysql using laravel

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:

  1. The mysql instance isn’t listening on a network (seems unlikely!)
  2. Somethings up with the networking where laravelmysql.internal isn’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?