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
SELECT and UPDATE permissions are required, at least there aren't any other commands in the corresponding bridge file(s).
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!