-
Notifications
You must be signed in to change notification settings - Fork 8
How to set password here? #1
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
Comments
This one is meant to be a super simple plain text one-off password for the MySQL settings mainly to avoid hard wiring a password in index.php so the project could be safely updated in a public git repo without revealing the MySQL password (if used). The separate optional override config file you mention is really... Line 18 in 1e6eaf1
That file can override, or add to, all the "global" config variables in the index.php file. The Update: sorry, I didn't answer your question in the Subject line... it's just plain text, not a PHP variable or enclosed in quotes, just Line 19 in 1e6eaf1
|
-- All the time error |
In index.php, change this line to whatever you MySQL password should be, from...
to...
and in lib/php/db.php change line 12 from...
to
and check your web servers error_log file for the database config entries passed into this class.
|
spe/08-Users/index.php
Line 45 in 1e6eaf1
Also if you move this to a separate conf.php, it will be nice
The text was updated successfully, but these errors were encountered: