Skip to content

Commit

Permalink
Merge branch 'TechEmpower:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
hggq committed May 15, 2024
2 parents 858f443 + 2a5c99b commit edcfa4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion toolset/databases/mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ default-character-set=utf8
# * Basic Settings
#
default-storage-engine = innodb
default_authentication_plugin = mysql_native_password
mysql_native_password = ON
#default_authentication_plugin = mysql_native_password

user = mysql
pid-file = /var/run/mysqld/mysqld.pid
Expand Down
2 changes: 1 addition & 1 deletion toolset/databases/mysql/mysql.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:8.3
FROM mysql:8.4

ENV MYSQL_ROOT_PASSWORD=root
ENV MYSQL_USER=benchmarkdbuser
Expand Down

0 comments on commit edcfa4a

Please sign in to comment.