Removed MySQL root secret for server and proxy containers

This commit is contained in:
Alexey Pustovalov
2024-01-19 01:13:10 +09:00
parent bf8b26a5d8
commit 1d8a654840
5 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,2 @@
CREATE DATABASE IF NOT EXISTS `zabbix_proxy`;
GRANT ALL ON `zabbix_proxy`.* TO 'zabbix'@'%';