]>
BookStack Code Mirror - system-cli/blob - docker-mysql-init.sql
projects
/
system-cli
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Supressed warnings for existing folders in tests
[system-cli]
/
docker-mysql-init.sql
1
GRANT RELOAD ON *.* TO 'bookstack'@'%';
2
CREATE USER testuser@'%' IDENTIFIED BY 'a#pass${}with\\tspe\'cial\\nch"ars';
3
GRANT ALL PRIVILEGES ON bookstack.* to testuser@'%';