Connect Heroku application to an external (Mysql) database

0

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?

    
asked by anonymous 22.01.2018 / 19:30

0 answers