mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
Bot Updating README from template
This commit is contained in:
parent
6618eedc8f
commit
53add3f3db
@ -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;
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user