0

Following on from this question,

I have deployed my php scripts successfully to heroku. Now I am having another doubt: How can I insert my local mysql db into heroku server?

On my local machine, I usually launch my db on wamp server and call x.php to initialize my app. I am wondering how I can do this on heroku?

Community
  • 1
  • 1
stretchr
  • 615
  • 2
  • 9
  • 24

1 Answers1

0

Heroku doesn't do MySQL per se, you would need to use a third-party add-on such as ClearDB or switch to Postgresql.