Forum for discussing general topics related to Couch.
3 posts Page 1 of 1
Hi there,

Before buying the paid version I would like to test the free version, which you kindly offer, thanks a lot for that!

I have read your tutorials and really appreciate your well-written and easy-to-grasp texts.
One thing that is hardly touched upon, though, is the database aspect.

Could you please tell me what database rights have to be ticked in phpMyAdmin for a CouchCMS installation (create, alter, etc.) and which ones it is better to leave unticked for security reasons? A few infos to that effect would be very much appreciated, thanks!

Thanks a lot for your time!
Welcome Solaris :)

You are better off using 'GRANT ALL' for the database privileges.

If, however you have to be selective, you'll at least require the following permissions -
    CREATE
    DROP
    ALTER
    CREATE TEMPORARY TABLES
    LOCK TABLES
    INSERT
    SELECT
    UPDATE
    DELETE
    INDEX

Hope this helps.
Thanks
Thanks a lot, KK, for your answer -- I am looking forward to trying out CouchCMS. :)
It looks very promising from what I've read so far.
3 posts Page 1 of 1
cron