Initial
This commit is contained in:
6
install/rpm/mysql/mariadb-aarch64.repo
Normal file
6
install/rpm/mysql/mariadb-aarch64.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[mariadb]
|
||||
name = MariaDB 10.11 for RHEL $releasever - $basearch
|
||||
baseurl = https://ftp.osuosl.org/pub/mariadb/yum/10.11/rhel$releasever-$basearch
|
||||
gpgkey=https://ftp.osuosl.org/pub/mariadb/yum/RPM-GPG-KEY-MariaDB
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
6
install/rpm/mysql/mariadb-x86_64.repo
Normal file
6
install/rpm/mysql/mariadb-x86_64.repo
Normal file
@@ -0,0 +1,6 @@
|
||||
[mariadb]
|
||||
name = MariaDB 10.11 for RHEL $releasever - $basearch
|
||||
baseurl = https://ftp.osuosl.org/pub/mariadb/yum/10.11/rhel$releasever-amd64
|
||||
gpgkey=https://ftp.osuosl.org/pub/mariadb/yum/RPM-GPG-KEY-MariaDB
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
42
install/rpm/mysql/my-large.cnf
Normal file
42
install/rpm/mysql/my-large.cnf
Normal file
@@ -0,0 +1,42 @@
|
||||
[client]
|
||||
port=3306
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
|
||||
[mysqld_safe]
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
|
||||
[mysqld]
|
||||
user=mysql
|
||||
#pid-file=/run/mysqld/mysqld.pid
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
port=3306
|
||||
basedir=/usr
|
||||
datadir=/var/lib/mysql
|
||||
tmpdir=/tmp
|
||||
lc-messages-dir=/usr/share/mysql
|
||||
log_error=/var/log/mysql/error.log
|
||||
|
||||
symbolic-links=0
|
||||
local-infile=0
|
||||
|
||||
skip-external-locking
|
||||
key_buffer_size = 256M
|
||||
max_allowed_packet = 32M
|
||||
table_open_cache = 256
|
||||
sort_buffer_size = 1M
|
||||
read_buffer_size = 1M
|
||||
read_rnd_buffer_size = 4M
|
||||
myisam_sort_buffer_size = 64M
|
||||
thread_cache_size = 8
|
||||
query_cache_size= 16M
|
||||
|
||||
#innodb_use_native_aio = 0
|
||||
innodb_file_per_table
|
||||
|
||||
max_connections=200
|
||||
max_user_connections=50
|
||||
wait_timeout=10
|
||||
interactive_timeout=50
|
||||
long_query_time=5
|
||||
|
||||
!includedir /etc/my.cnf.d/
|
||||
41
install/rpm/mysql/my-medium.cnf
Normal file
41
install/rpm/mysql/my-medium.cnf
Normal file
@@ -0,0 +1,41 @@
|
||||
[client]
|
||||
port=3306
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
|
||||
[mysqld_safe]
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
|
||||
[mysqld]
|
||||
user=mysql
|
||||
#pid-file=/run/mysqld/mysqld.pid
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
port=3306
|
||||
basedir=/usr
|
||||
datadir=/var/lib/mysql
|
||||
tmpdir=/tmp
|
||||
lc-messages-dir=/usr/share/mysql
|
||||
log_error=/var/log/mysql/error.log
|
||||
|
||||
symbolic-links=0
|
||||
local-infile=0
|
||||
|
||||
skip-external-locking
|
||||
key_buffer_size = 16M
|
||||
max_allowed_packet = 16M
|
||||
table_open_cache = 64
|
||||
sort_buffer_size = 512K
|
||||
net_buffer_length = 8K
|
||||
read_buffer_size = 256K
|
||||
read_rnd_buffer_size = 512K
|
||||
myisam_sort_buffer_size = 8M
|
||||
|
||||
#innodb_use_native_aio = 0
|
||||
innodb_file_per_table
|
||||
|
||||
max_connections=70
|
||||
max_user_connections=30
|
||||
wait_timeout=10
|
||||
interactive_timeout=50
|
||||
long_query_time=5
|
||||
|
||||
!includedir /etc/my.cnf.d/
|
||||
41
install/rpm/mysql/my-small.cnf
Normal file
41
install/rpm/mysql/my-small.cnf
Normal file
@@ -0,0 +1,41 @@
|
||||
[client]
|
||||
port=3306
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
|
||||
[mysqld_safe]
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
|
||||
[mysqld]
|
||||
user=mysql
|
||||
#pid-file=/run/mysqld/mysqld.pid
|
||||
socket=/var/lib/mysql/mysql.sock
|
||||
port=3306
|
||||
basedir=/usr
|
||||
datadir=/var/lib/mysql
|
||||
tmpdir=/tmp
|
||||
lc-messages-dir=/usr/share/mysql
|
||||
log_error=/var/log/mysql/error.log
|
||||
|
||||
symbolic-links=0
|
||||
local-infile=0
|
||||
|
||||
skip-external-locking
|
||||
key_buffer_size = 16K
|
||||
max_allowed_packet = 1M
|
||||
table_open_cache = 10
|
||||
sort_buffer_size = 64K
|
||||
read_buffer_size = 256K
|
||||
read_rnd_buffer_size = 256K
|
||||
net_buffer_length = 2K
|
||||
thread_stack = 240K
|
||||
|
||||
#innodb_use_native_aio = 0
|
||||
innodb_file_per_table
|
||||
|
||||
max_connections=30
|
||||
max_user_connections=20
|
||||
wait_timeout=10
|
||||
interactive_timeout=50
|
||||
long_query_time=5
|
||||
|
||||
!includedir /etc/my.cnf.d/
|
||||
7
install/rpm/mysql/mysql.repo
Normal file
7
install/rpm/mysql/mysql.repo
Normal file
@@ -0,0 +1,7 @@
|
||||
[mysql80-community]
|
||||
name = MySQL 8.0 Server for RHEL $releasever - $basearch
|
||||
baseurl = http://repo.mysql.com/yum/mysql-8.0-community/el/$releasever/$basearch/
|
||||
module_hotfixes=1
|
||||
gpgkey=https://repo.mysql.com/RPM-GPG-KEY-mysql-2022
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
Reference in New Issue
Block a user