Skip to content
Snippets Groups Projects
Commit 501b11e1 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Set all privileges to prevent problems

parent d85992df
No related branches found
No related tags found
No related merge requests found
......@@ -485,7 +485,7 @@ node['typo3_site']['sync_databases'].each do |database_data|
database_name database_data['database_name']
password database_data['database_password']
host '127.0.0.1'
privileges [:select, :update, :insert, :create, :alter, :drop, :delete]
privileges [:all]
action :grant
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment