public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/mysql/my.cnf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
[mysqld]
2
character-set-client-handshake = FALSE
3
character-set-server = utf8mb4
4
collation-server = utf8mb4_general_ci
5
#innodb_file_per_table = TRUE
6
#innodb_file_format = barracuda
7
#innodb_large_prefix = TRUE
8
#sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
9
max_allowed_packet = 192M
10
max-connections = 550
11
key_buffer_size = 0
12
read_buffer_size = 192K
13
sort_buffer_size = 2M
14
innodb_buffer_pool_size = 24M
15
read_rnd_buffer_size = 256K
16
tmp_table_size = 24M
17
performance_schema = 0
18
innodb-strict-mode = 0
19
thread_cache_size = 8
20
query_cache_type = 0
21
query_cache_size = 0
22
max_heap_table_size = 48M
23
thread_stack = 256K
24
skip-host-cache
25
skip-name-resolve
26
log-warnings = 0
27
event_scheduler = 1
28
interactive_timeout = 3610
29
wait_timeout = 3610
31
[client]
32
default-character-set = utf8mb4
34
[mysql]
35
default-character-set = utf8mb4