Opened 21 years ago
Closed 21 years ago
#938 closed defect (fixed)
allow mc.sql to be imported more than once without erroring - patch attached.
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
For automated building/instalation (eg via rpm %postin scripting) of myth, allow database permissions to be executed multiple times with causing an error (ie if database already exists).
patch also adds hints/comments so that users can know how to extend permissions beyold the localhost if they want to do this by hand.
Attachments (1)
Change History (2)
by , 21 years ago
| Attachment: | database.patch added |
|---|
comment:1 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

(In [8506]) Allow mc.sql to be processed more than once without error by changing the command to only create the mythconverg database if it does not exist already. Closes #938 by applying part of the patch. Not committing the hints/comments included in the patch since the method for allowing remote access to the database is covered in the MythTV HOWTO and other places.