]> BookStack Code Mirror - system-cli/blobdiff - docker-mysql-init.sql
Supressed warnings for existing folders in tests
[system-cli] / docker-mysql-init.sql
index e90c66dbd8aa5ccd37323ec1b6ac76fa69b06f92..1861dec9e968793b5dcd8e2c4b2fb946a2a26098 100644 (file)
@@ -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