Skip to content

Commit

Permalink
PMM-7 go back to ps5.7 for remote instances
Browse files Browse the repository at this point in the history
  • Loading branch information
yurkovychv committed Nov 21, 2024
1 parent 31136ed commit addee88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testdata/docker-db-setup-scripts/init_ps_5_7.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
CREATE USER IF NOT EXISTS 'pmm-agent'@'%' IDENTIFIED BY 'pmm%*&agent-password';
GRANT SELECT, PROCESS, REPLICATION CLIENT, RELOAD, BACKUP_ADMIN ON *.* TO 'pmm-agent'@'%';
GRANT SELECT, PROCESS, REPLICATION CLIENT, RELOAD ON *.* TO 'pmm-agent'@'%';
FLUSH PRIVILEGES;

0 comments on commit addee88

Please sign in to comment.