Skip to content

Commit

Permalink
issue #137 対応:PROCESS権限を設定するようにした
Browse files Browse the repository at this point in the history
  • Loading branch information
ayapapa committed Oct 5, 2020
1 parent 8120d44 commit e961503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redmine/setup/createdb.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
CREATE DATABASE alminium DEFAULT CHARACTER SET utf8;
GRANT ALL PRIVILEGES ON alminium.* TO 'alminium'@'localhost' IDENTIFIED BY 'alminium';
GRANT ALL PRIVILEGES ON alminium.* TO 'alminium'@'%' IDENTIFIED BY 'alminium';
GRANT PROCESS ON *.* TO 'alminium'@'localhost' IDENTIFIED BY 'alminium';
GRANT PROCESS ON *.* TO 'alminium'@'%' IDENTIFIED BY 'alminium';

0 comments on commit e961503

Please sign in to comment.