1-- Copyright (c) 2020 Gitpod GmbH. All rights reserved. 2-- Licensed under the GNU Affero General Public License (AGPL). See License.AGPL.txt in the project root for license information. 3 4-- Grant privileges 5GRANT ALL ON `gitpod%`.* TO "gitpod"@"%"; 6 7