Skip to content
Snippets Groups Projects
Commit 88e0e7f0 authored by Andrey Postnikov's avatar Andrey Postnikov
Browse files

DB: adds mysql_native_password=ON for mysql 8+

parent bc9ccb7f
No related branches found
No related tags found
No related merge requests found
Pipeline #485635 passed
##
###
FROM docker.io/mysql:8.4
COPY --chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
......
......@@ -7,6 +7,7 @@ nice = 0
[server]
# Basic Settings.
user = mysql
mysql_native_password=ON
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
......
#
##
FROM docker.io/mysql:9.3
COPY --chmod=644 ./conf/my.cnf /etc/mysql/conf.d/drupalci.cnf
......
......@@ -7,6 +7,7 @@ nice = 0
[server]
# Basic Settings.
user = mysql
mysql_native_password=ON
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment