yourchili
yourchili copied to clipboard
Mysql issues
I just tested out your 2012 branch with ubuntu 10.10 and had some mysql issues. I tested it using a "filled out" chili_test.sh.
I had this error: no such file to load -- mysql (MissingSourceFile)
To get it to connect I had to do: sudo gem install mysql -- --with-mysql-config=/usr/bin/mysql_config
BUT, I didn't have database or user so it still didnt work.
I think the issue is with line 102: && [ -n "$DB_PASSWORD"] in library/redmine_chiliproject.sh ... for some reason it hates that even though there is a password set (I verified by doing echo "$DB_PASSWORD").
By removing any && [ -n "$DB_PASSWORD"] things in the library/redmine_chiliproject.sh I was able to get it to go.