Closed
Bug 1311394
Opened 9 years ago
Closed 9 years ago
checksetup.pl should attempt (but not require) creating an initial db for postgres and mysql
Categories
(Bugzilla :: Database, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: dylan, Assigned: dylanAtHome)
References
Details
Prior to 542507, checksetup.pl would attempt to create a new db for mysql and postgres. This behavior is contrary to security best practice (the db user that runs bugzilla should not have admin privs) but is useful.
During the second run of checksetup (when a localconfig file exists),
we can attempt to create $db_name -- and if that fails print a message directing the user to create it.
| Reporter | ||
Updated•9 years ago
|
Assignee: dylan → dylan
| Assignee | ||
Comment 1•9 years ago
|
||
I don't believe it is a good practice to do this.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•