summaryrefslogtreecommitdiff
path: root/bin/bootstrap-mysql
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-06-26 12:25:24 +0200
committerErich Eckner <git@eckner.net>2019-06-26 12:25:24 +0200
commit130ac893e7903a39a320eeb803d4b2d8c2178288 (patch)
tree1010be7c3c502211a855b483f61246a59956ef09 /bin/bootstrap-mysql
parenta716811bd1c3862f860861f24b98f632369f6e40 (diff)
downloadbuilder-130ac893e7903a39a320eeb803d4b2d8c2178288.tar.xz
bin/bootstrap-mysql: grant CREATE TEMPORARY TABLES to webserver, too
Diffstat (limited to 'bin/bootstrap-mysql')
-rwxr-xr-xbin/bootstrap-mysql1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/bootstrap-mysql b/bin/bootstrap-mysql
index 645f7b4..1f8ab1a 100755
--- a/bin/bootstrap-mysql
+++ b/bin/bootstrap-mysql
@@ -789,6 +789,7 @@ fi
'RELOAD' '*.*' \
'FILE' '*.*'
printf 'GRANT %s ON `buildmaster`.* TO '"'"'webserver'"'"'@'"'"'localhost'"'"';\n' \
+ 'CREATE TEMPORARY TABLES' \
'SELECT'
printf 'FLUSH PRIVILEGES;\n'
fi