Thanks very much... With that hint I was eventually able to get it working. I was confused by the asterisks and the apparent typographical error in "mysq:", but I eventually worked it out. For future seekers, this worked from a Windows batch file:
call heroku db:pull mysql://myuser:mypassw...@localhost/mydb?encoding=utf8 --force -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
