coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 bridging => Topic started by: theqe2story on January 23, 2014, 06:15:27 PM

Title: SMF 2.0.6. Bridging with Coppermine 1.5.26. - Database permissions
Post by: theqe2story on January 23, 2014, 06:15:27 PM
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 (http://documentation.coppermine-gallery.net/en/bridging.htm), but can't see anything about database permissions.

Many thanks in advance,

- Rob
Title: Re: SMF 2.0.6. Bridging with Coppermine 1.5.26. - Database permissions
Post by: Α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).
Title: Re: Re: SMF 2.0.6. Bridging with Coppermine 1.5.26. - Database permissions
Post by: theqe2story on January 23, 2014, 08:58:06 PM
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!