angular-cellar
angular-cellar copied to clipboard
Database password
If your database has a password where do you specify this?
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";
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' *