Skip to content
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 issues #4

Open
that0n3guy opened this issue Jan 27, 2012 · 1 comment
Open

Mysql issues #4

that0n3guy opened this issue Jan 27, 2012 · 1 comment

Comments

@that0n3guy
Copy link

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.

@that0n3guy
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant