provision stuck on 'create and migrate DB' step when using Mysql · Issue #48 · a-chernykh/railsbox · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I'm trying to run it manually from VM, it shows me prompt: Access denied for user 'vagrant'@'localhost' (using password: YES). Please provide the root password for your mysql installation
The text was updated successfully, but these errors were encountered:
When mysql_db_password param in config.yml is empty, then password param in development section in database.yml is set to None. Seems like that's why connection to mysql is denied.
If I manually set password for vagrant user in mysql and same password to config.yml, db creating and migration goes okay.
konclave
added a commit
to konclave/railsbox
that referenced
this issue
Apr 25, 2016
When I'm trying to run it manually from VM, it shows me prompt:
Access denied for user 'vagrant'@'localhost' (using password: YES). Please provide the root password for your mysql installation
The text was updated successfully, but these errors were encountered: