Skip to content

Commit 6618eed

Browse files
author
Steve Hillier
committed
correct mistake in sql syntax
1 parent 993668d commit 6618eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app_setup_block: |
4848
from shell: mysql -u root -p
4949
CREATE DATABASE bookstackapp;
5050
GRANT USAGE ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword';
51-
GRANT ALL privileges ON 'bookstackapp'.* TO 'myuser'@localhost;
51+
GRANT ALL privileges ON `bookstackapp`.* TO 'myuser'@%;
5252
FLUSH PRIVILEGES;
5353
```
5454

0 commit comments

Comments
 (0)