Skip to content

Commit

Permalink
Bot Updating README from template
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxServer-CI committed Nov 5, 2018
1 parent 6618eed commit 53add3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Once the MariaDB container is deployed, you can enter the following commands int
from shell: mysql -u root -p
CREATE DATABASE bookstackapp;
GRANT USAGE ON *.* TO 'myuser'@'%' IDENTIFIED BY 'mypassword';
GRANT ALL privileges ON 'bookstackapp'.* TO 'myuser'@localhost;
GRANT ALL privileges ON `bookstackapp`.* TO 'myuser'@%;
FLUSH PRIVILEGES;
```

Expand Down

0 comments on commit 53add3f

Please sign in to comment.