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 6de76b2e8c
commit 871adbbd14
5 changed files with 6 additions and 6 deletions

View File

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