News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

SMF 2.0.6. Bridging with Coppermine 1.5.26. - Database permissions

Started by theqe2story, January 23, 2014, 06:15:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

theqe2story

Hi,

What permissions on the SMF database does the coppermine database user required?

When I logout of the gallery, it tries to write an entry to the smf_sessions table, which means I have to enable Update rights on the smf database.  Is this correct?  (when I do this, it works perfectly).

I've looked at the bridging documentation, but can't see anything about database permissions.

Many thanks in advance,

- Rob

Αndré

SELECT and UPDATE permissions are required, at least there aren't any other commands in the corresponding bridge file(s).

theqe2story

Quote from: Αndré on January 23, 2014, 08:18:50 PM
SELECT and UPDATE permissions are required, at least there aren't any other commands in the corresponding bridge file(s).

OK thanks André, that's very helpful!