I'm testing a laravel build in Heroku, but I wanted to use an external database that I have on a shared server.
I have already set the environment variables and also added the variable DATABASE_URL = mysql: // username: password_db @ host: 3306 / database_name but nothing works.
How can I access the Heroku application for this database?