I have created a sample user with the following request:
grant select, insert, update, delete on db.* to user@localhost identified by 'pass';
but that user does also need permission to use start transaction
and commit
. Which is the suitable permission to allow both commands?