Update to latest mariadb version
This commit is contained in:
@ -21,6 +21,8 @@ On debian stable this may be worth a look: https://deb.sury.org/
|
||||
|
||||
To get the latest tor version, you should follow these instructions to add the official tor repository for your distribution: (https://www.torproject.org/docs/debian)
|
||||
|
||||
To get the latest mariadb version, you should follow these instructions to add the official tor repository for your distribution: (https://downloads.mariadb.org/mariadb/repositories/)
|
||||
|
||||
The following command will install all required packages:
|
||||
```
|
||||
apt-get --no-install-recommends install apt-transport-tor aspell clamav-daemon clamav-freshclam clamav-milter composer curl dovecot-imapd dovecot-pop3d git dnsmasq haveged hunspell iptables locales-all logrotate mariadb-server nginx-light postfix postfix-mysql \
|
||||
|
@ -1,21 +0,0 @@
|
||||
[mysqld]
|
||||
innodb_buffer_pool_size=1G
|
||||
innodb_buffer_pool_instances=1
|
||||
#myisam_sort_buffer_size=200K
|
||||
#bulk_insert_buffer_size=1M
|
||||
#sort_buffer_size=1M
|
||||
innodb_log_buffer_size=16M
|
||||
innodb_log_file_size=128M
|
||||
innodb_flush_log_at_trx_commit=2
|
||||
#innodb-defragment=1
|
||||
skip-name-resolve=1
|
||||
query_cache_size=128M
|
||||
query_cache_limit=4M
|
||||
max_connections=500
|
||||
table_open_cache=15000
|
||||
tmp_table_size=16M
|
||||
max_heap_table_size=16M
|
||||
join_buffer_size=4M
|
||||
aria_pagecache_buffer_size=8M
|
||||
aria_sort_buffer_size=8M
|
||||
open_files_limit=100000
|
Reference in New Issue
Block a user