Conversation
askvortsov1
left a comment
There was a problem hiding this comment.
Allowing no prefix makes sense, are we allowing no password for socket connections?
You can use no password, on development and production. Whether it's advisable has to be seen. Regardless of that decision, a user will receive errors based on their credentials and the credentials the database server expects anyway.. But blatantly demanding a password would potentially block developers with a local dev environment where root has no password. Ref: |
|
Don't merge yet please. Till the big db ones are merged |
|
Ref: Both merged, will rebase and see if the issue persisted. |
6474db0 to
5593db9
Compare
|
@SychO9 seems one of your PR's made password already optional, I assume sqlite because that's completely file based. So the only thing this PR now fixes is: a) that prefixes are optional PS force pushed because I just made the changes on top of the merged/updated 2.x branch instead of rebasing. |
Database prefix and database password can be empty.
Caused by the rewrite in 6f11e04, as a consequence some settings of the database config are now incorrectly enforced/required.
Necessity
Confirmed
composer test).Required changes: