You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
358 B
22 lines
358 B
# MariaDB
|
|
|
|
## playbooks
|
|
|
|
configure - setting values for config.cnf
|
|
create-database - create new database, echo name
|
|
|
|
## missing tasks
|
|
|
|
### Setting Swappiness on Linux for MariaDB
|
|
|
|
/etc/sysctl.conf
|
|
|
|
```
|
|
vm.swappiness=1
|
|
```
|
|
|
|
## Sources
|
|
|
|
https://severalnines.com/blog/database-performance-tuning-mariadb/
|
|
https://github.com/VolkanSah/optimize-MySQL-MariaDB
|