This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new b21cbbd1925 Refactor my.cnf (#36491)
b21cbbd1925 is described below

commit b21cbbd1925bd334765129795ca7d0f3a02cf4d4
Author: Liang Zhang <zhangli...@apache.org>
AuthorDate: Sat Sep 6 18:24:05 2025 +0800

    Refactor my.cnf (#36491)
---
 test/e2e/env/src/test/resources/container/mysql/cnf/5/my.cnf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/e2e/env/src/test/resources/container/mysql/cnf/5/my.cnf 
b/test/e2e/env/src/test/resources/container/mysql/cnf/5/my.cnf
index 750e262444a..5afba273014 100644
--- a/test/e2e/env/src/test/resources/container/mysql/cnf/5/my.cnf
+++ b/test/e2e/env/src/test/resources/container/mysql/cnf/5/my.cnf
@@ -29,3 +29,6 @@ innodb_lock_wait_timeout=5
 default-time-zone='+00:00'
 default-authentication-plugin=mysql_native_password
 
sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
+
+# For MySQL 8.0
+secure_file_priv=/var/lib/mysql

Reply via email to