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
?