From 130ac893e7903a39a320eeb803d4b2d8c2178288 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 26 Jun 2019 12:25:24 +0200 Subject: bin/bootstrap-mysql: grant CREATE TEMPORARY TABLES to webserver, too --- bin/bootstrap-mysql | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/bootstrap-mysql') 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 -- cgit v1.2.3