Update (#1)
This commit is contained in:
1
.docker/db/.gitignore
vendored
Normal file
1
.docker/db/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/data
|
||||
7
.docker/db/my.cnf
Normal file
7
.docker/db/my.cnf
Normal file
@@ -0,0 +1,7 @@
|
||||
[mysqld]
|
||||
character-set-server=utf8mb4
|
||||
collation-server=utf8mb4_unicode_ci
|
||||
default-authentication-plugin=mysql_native_password
|
||||
|
||||
[client]
|
||||
default-character-set=utf8mb4
|
||||
2
.docker/db/sql/.gitignore
vendored
Normal file
2
.docker/db/sql/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
*
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user