Skip to content

Commit

Permalink
adapt docs after steve-community#1439
Browse files Browse the repository at this point in the history
SUPER is not needed anymore
  • Loading branch information
goekay authored and faculoyarte committed Sep 4, 2024
1 parent 906efca commit 37e8f96
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
CREATE DATABASE stevedb CHARACTER SET utf8 COLLATE utf8_unicode_ci;
CREATE USER 'steve'@'localhost' IDENTIFIED BY 'changeme';
GRANT ALL PRIVILEGES ON stevedb.* TO 'steve'@'localhost';
GRANT SUPER ON *.* TO 'steve'@'localhost';
```
Note: The statement `GRANT SUPER [...]` is only necessary to execute some of the previous migration files and is only needed for the initial database setup. Afterwards, you can remove this privilege by executing
```
REVOKE SUPER ON *.* FROM 'steve'@'localhost';
```
2. Download and extract tarball:
Expand Down

0 comments on commit 37e8f96

Please sign in to comment.