Skip to content

Commit 53add3f

Browse files
Bot Updating README from template
1 parent 6618eed commit 53add3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Once the MariaDB container is deployed, you can enter the following commands int
140140
from shell: mysql -u root -p
141141
CREATE DATABASE bookstackapp;
142142
GRANT USAGE ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword';
143-
GRANT ALL privileges ON 'bookstackapp'.* TO 'myuser'@localhost;
143+
GRANT ALL privileges ON `bookstackapp`.* TO 'myuser'@%;
144144
FLUSH PRIVILEGES;
145145
```
146146

0 commit comments

Comments
 (0)