Skip to content

Commit 06ef8c4

Browse files
authored
Update README.md (ortuman#103)
1 parent ac0c0fd commit 06ef8c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ $ jackal --config=$GOPATH/src/github.com/ortuman/jackal/example.jackal.yml
5757
Grant right to a dedicated 'jackal' user (replace `password` with your desired password).
5858

5959
```sh
60-
echo "GRANT ALL ON jackal.* TO 'jackal'@'localhost' IDENTIFIED BY 'password';" | mysql -h localhost -u root -p
60+
echo "CREATE USER IF NOT EXISTS 'jackal'@'localhost' IDENTIFIED BY 'password';" | mysql -h localhost -u root -p
61+
echo "GRANT ALL ON jackal.* TO 'jackal'@'localhost';" | mysql -h localhost -u root -p
6162
```
6263

6364
Create 'jackal' database (using previously created password).

0 commit comments

Comments
 (0)