mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-14 02:38:37 +02:00
Removed MySQL root secret for server and proxy containers
This commit is contained in:
2
env_vars/mysql_init/init_proxy_db.sql
Normal file
2
env_vars/mysql_init/init_proxy_db.sql
Normal file
@ -0,0 +1,2 @@
|
||||
CREATE DATABASE IF NOT EXISTS `zabbix_proxy`;
|
||||
GRANT ALL ON `zabbix_proxy`.* TO 'zabbix'@'%';
|
Reference in New Issue
Block a user