Skip to content
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.

Commit

Permalink
docs(orca): CREATE permission required for keiko
Browse files Browse the repository at this point in the history
  • Loading branch information
karlskewes committed Aug 26, 2020
1 parent c62bbd6 commit a2c4db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/productionize/persistence/orca-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set tx_isolation = 'REPEATABLE-READ';
CREATE SCHEMA `orca` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

GRANT
SELECT, INSERT, UPDATE, DELETE, EXECUTE, SHOW VIEW
SELECT, INSERT, UPDATE, DELETE, CREATE, EXECUTE, SHOW VIEW
ON `orca`.*
TO 'orca_service'@'%'; -- IDENTIFIED BY "password" if using password based auth

Expand Down

0 comments on commit a2c4db6

Please sign in to comment.