SMF 2.0.6. Bridging with Coppermine 1.5.26. - Database permissions SMF 2.0.6. Bridging with Coppermine 1.5.26. - Database permissions
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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!