mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-08-18 12:29:42 +02:00
Added MySQL cert encryption support to RHEL images
This commit is contained in:
@@ -265,7 +265,7 @@ create_db_schema_mysql() {
|
||||
|
||||
zcat /usr/share/doc/zabbix-proxy-mysql/create.sql.gz | mysql --silent --skip-column-names \
|
||||
-h ${DB_SERVER_HOST} -P ${DB_SERVER_PORT} \
|
||||
-u ${DB_SERVER_ROOT_USER} --password="${DB_SERVER_ROOT_PASS}" $ssl_opts \
|
||||
-u ${DB_SERVER_ROOT_USER} --password="${DB_SERVER_ROOT_PASS}" $ssl_opts \
|
||||
${DB_SERVER_DBNAME} 1>/dev/null
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user