By installing Kayako you'll need to make an extra MySQL user which must have all rights.
But what if the installation is done? What rights does Kayako need?
I think the following actions can be allowed for the MySQL user which will use Kayako database:
Code:
SELECT
INSERT
UPDATE
DELETE
But I think the following actions could be denied for the MySQL user which will use Kayako database:
Code:
CREATE
DROP
GRANT
REFERENCES
INDEX
ALTER
CREATE_TMP_TABLE
LOCK_TABLES
CREATE_VIEW
SHOW_VIEW
CREATE_ROUTINE
ALTER_ROUTINE
EXECUTE
Am I correct?