X-Git-Url: http://source.bookstackapp.com/system-cli/blobdiff_plain/0248e2c0d91d7dab5bb7d4da26b9a558b5497be1..HEAD:/docker-mysql-init.sql diff --git a/docker-mysql-init.sql b/docker-mysql-init.sql index e90c66d..1861dec 100644 --- a/docker-mysql-init.sql +++ b/docker-mysql-init.sql @@ -1 +1,3 @@ -GRANT RELOAD ON *.* TO 'bookstack'@'%'; \ No newline at end of file +GRANT RELOAD ON *.* TO 'bookstack'@'%'; +CREATE USER testuser@'%' IDENTIFIED BY 'a#pass${}with\\tspe\'cial\\nch"ars'; +GRANT ALL PRIVILEGES ON bookstack.* to testuser@'%'; \ No newline at end of file