Add native support MYSQL8 (#462)

* Add native Support for MYSQL Version 8.x

* Adaptation of the documentation for MYSQL 8.x

* Backup note added
This commit is contained in:
Jonathan Starck
2022-10-27 11:37:07 +02:00
committed by GitHub
parent 4fa02c2785
commit 4aa7a7032c
4 changed files with 8 additions and 3 deletions

View File

@@ -32,6 +32,10 @@ FROM php:${PHP_VERSION}-fpm-alpine3.15 as prod
LABEL maintainer="David Bomba <turbo124@gmail.com>"
# Adding caching_sha2_password.so
# With this we get native support for caching_sha2_password
RUN apk add --no-cache mariadb-connector-c
RUN mv /usr/local/etc/php/php.ini-production /usr/local/etc/php/php.ini
# Install PHP extensions