Created
January 5, 2011 17:23
-
-
Save captproton/766622 to your computer and use it in GitHub Desktop.
heroku won't take a mysql db:push
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ heroku db:push --app stark-waterfall-455 --confirm stark-waterfall-455 | |
| Loaded Taps v0.3.14 | |
| Auto-detected local database: mysql://root:root@localhost/sponsorpitch_production?encoding=utf8 | |
| Warning: Data in the app 'stark-waterfall-455' will be overwritten and will not be recoverable. | |
| Failed to connect to database: | |
| Sequel::AdapterNotFound -> LoadError: dlopen(/opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin9/mysql.bundle, 9): Library not loaded: /opt/local/lib/mysql5/mysql/libmysqlclient.15.dylib | |
| Referenced from: /opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin9/mysql.bundle | |
| Reason: image not found - /opt/local/lib/ruby/vendor_ruby/1.8/i686-darwin9/mysql.bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment