提交 a84469a3 编写于 作者: A Andreas Brandl

Merge branch 'mysql-migration-trigger-permissions' into 'master'

Add dbname to MySQL migration GRANT command

See merge request gitlab-org/gitlab-ce!21719
......@@ -937,7 +937,7 @@ database (#{dbname}) using a super user and running:
For MySQL you instead need to run:
GRANT ALL PRIVILEGES ON *.* TO #{user}@'%'
GRANT ALL PRIVILEGES ON #{dbname}.* TO #{user}@'%'
Both queries will grant the user super user permissions, ensuring you don't run
into similar problems in the future (e.g. when new tables are created).
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册