We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33d7d2a + 9e10860 commit e131c46Copy full SHA for e131c46
env
@@ -38,12 +38,15 @@
38
# database.default.DBPrefix =
39
# database.default.port = 3306
40
41
+# If you use MySQLi as tests, first update the values of Config\Database::$tests.
42
# database.tests.hostname = localhost
43
# database.tests.database = ci4_test
44
# database.tests.username = root
45
# database.tests.password = root
46
# database.tests.DBDriver = MySQLi
47
# database.tests.DBPrefix =
48
+# database.tests.charset = utf8mb4
49
+# database.tests.DBCollat = utf8mb4_general_ci
50
# database.tests.port = 3306
51
52
#--------------------------------------------------------------------
0 commit comments