Opened 18 years ago

Closed 18 years ago

#938 closed defect (fixed)

allow mc.sql to be imported more than once without erroring - patch attached.

Reported by: buzz <buzz@…> 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)

database.patch (608 bytes) - added by buzz <buzz@…> 18 years ago.

Download all attachments as: .zip

Change History (2)

Changed 18 years ago by buzz <buzz@…>

Attachment: database.patch added

comment:1 Changed 18 years ago by cpinkham

Resolution: fixed
Status: newclosed

(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.

Note: See TracTickets for help on using tickets.