-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql root password issue / add password arg to scrolls command #32
Comments
@ringe Is this issue resolved if you create the app with the name 'nin_no' instead of 'nin.no'?
|
@thommahoney No, that makes no difference. The root cause is: |
Sorry, was too quick. There's one error remaining then:
The rest goes through as expected. |
This is a bug in the sorting logic. We seem to be running the delayed_job scroll's after_bundle callback before mysql's after_bundle. Therefore the password is not in place and, in my case, the table hadn't been created yet:
|
@thommahoney delayed_job scroll is set to For the password issue; perhaps we could poll mysql with root/nopassword, if it fails to login then we could prompt for user/password? |
@drnic When the mysql after_bundle block runs, it does prompt for the On Thu, May 3, 2012 at 3:55 PM, Dr Nic Williams <
|
Indeed, sorting is quirky. Sorting shouldn't be quirky. |
I ran this:
But there's a root password set on my MySQL database, so I got this:
Would adding the password, like
scrolls --mysql-password=MYREALLYPRIVATEPASSWORD
work?Thank you for your effort.
The text was updated successfully, but these errors were encountered: