我正在使用 WAMP 服务器来运行我的 php 应用程序。我在 phpmyadmin 中有一个数据库 BOOK。我怎样才能将这些数据推送到heroku。我已经使用 add on 将 cleardb 添加到我的应用程序中。
heroku config 也显示数据库 url。
我试过
db:push mysql://root@localhost/BOOK
但它没有用。
错误 -->
Failed to connect to database:
Sequel::AdapterNotFound -> LoadError: cannot load such file -- mysql