Skip to content

Commit

Permalink
Prepare for MySQL 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 9, 2019
1 parent 36f09ec commit c3ab960
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions docker-compose_v3_alpine_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_alpine_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_alpine_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_alpine_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_centos_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_centos_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_centos_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -362,8 +362,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_centos_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,8 +374,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_ubuntu_mysql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_ubuntu_mysql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_ubuntu_pgsql_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose_v3_ubuntu_pgsql_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ services:
com.zabbix.os: "ubuntu"

mysql-server:
image: mysql:5.7
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin]
image: mysql:8.0
command: [mysqld, --character-set-server=utf8, --collation-server=utf8_bin, --default-authentication-plugin=mysql_native_password]
volumes:
- ./zbx_env/var/lib/mysql:/var/lib/mysql:rw
env_file:
Expand Down

0 comments on commit c3ab960

Please sign in to comment.