From 6e6378b7e79b0d41e10b87641dafa60a61764212 Mon Sep 17 00:00:00 2001 From: Alexander Meindl Date: Thu, 18 Mar 2021 08:32:33 +0100 Subject: [PATCH] Try to fix mysql - try user name2 --- test/support/database-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/database-mysql.yml b/test/support/database-mysql.yml index 5e649ae..58a0264 100644 --- a/test/support/database-mysql.yml +++ b/test/support/database-mysql.yml @@ -4,5 +4,5 @@ test: port: <%= ENV["MYSQL_PORT"] %> host: 127.0.0.1 username: root - password: + password: BestPasswordEver encoding: utf8mb4