backlogs / redmine_backlogs

A Redmine plugin for agile teams
https://backlogs.github.io/www/
GNU General Public License v2.0
773 stars 460 forks source link

Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) #1120

Closed csdougliss closed 8 years ago

csdougliss commented 8 years ago

~/apps/redmine/htdocs$ bundle exec rake redmine:backlogs:install labels=no

rake aborted!
Mysql2::Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

Redmine 3.2.0 using the feature/redmine3 branch MySQL is running!

But it's at:

/opt/bitnami/mysql/tmp/mysql.sock 

If I create a symlink I now get:

Mysql2::Error: Access denied for user 'root'@'localhost' (using password: NO)