We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If your database has a password where do you specify this?
The text was updated successfully, but these errors were encountered:
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";
Sorry, something went wrong.
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' *
No branches or pull requests
If your database has a password where do you specify this?
The text was updated successfully, but these errors were encountered: