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

Database password #4

Open
newschapmj1 opened this issue Jul 7, 2013 · 2 comments
Open

Database password #4

newschapmj1 opened this issue Jul 7, 2013 · 2 comments

Comments

@newschapmj1
Copy link

If your database has a password where do you specify this?

@sternmann
Copy link

Im pretty sure you can find the file where you can change the password

angular-cellar/api/index.php

function getConnection

$dbhost="127.0.0.1";
$dbuser="root";
$dbpass=""; <-- here it is
$dbname="cellar";

@newschapmj1
Copy link
Author

Thank you for taking the trouble to reply to my newbie question.

I was carelessly using a faulty grep statement
grep -r -i -l 'PDO' .

instead of

grep -r -i -l 'PDO' *

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

2 participants