install_mysql.sh: remove unkown parameter 'net_read_timeout' and 'net_write_timeout' from configuration file, section '[mysqldump]'.
This commit is contained in:
parent
c5e3cbbe97
commit
ec4e0cf905
@ -4285,8 +4285,6 @@ quick
|
||||
max-allowed-packet = 1024M
|
||||
default-character-set = utf8mb4
|
||||
|
||||
net_read_timeout = 120
|
||||
net_write_timeout = 900
|
||||
|
||||
[mysql]
|
||||
no-auto-rehash
|
||||
@ -4294,6 +4292,7 @@ no-auto-rehash
|
||||
#safe-updates
|
||||
local-infile = 1
|
||||
|
||||
|
||||
[myisamchk]
|
||||
key-buffer-size = 256M
|
||||
sort-buffer-size = 256M
|
||||
@ -5507,8 +5506,6 @@ quick
|
||||
max-allowed-packet = 1024M
|
||||
default-character-set = utf8mb4
|
||||
|
||||
net_read_timeout = 120
|
||||
net_write_timeout = 900
|
||||
|
||||
[mysql]
|
||||
no-auto-rehash
|
||||
@ -5516,6 +5513,7 @@ no-auto-rehash
|
||||
#safe-updates
|
||||
local-infile = 1
|
||||
|
||||
|
||||
[myisamchk]
|
||||
key-buffer-size = 256M
|
||||
sort-buffer-size = 256M
|
||||
|
Loading…
Reference in New Issue
Block a user