Mysql-name resolution 10.2.30-MariaDB

Bugs in eFa 4
Post Reply
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Mysql-name resolution 10.2.30-MariaDB

Post by henk »

After updating efa (dd. 27-08-2021) and moving to 10.2.30-MariaDB Server, I noticed name resolution was active again.

2021-08-27 14_03_08-MailWatchMozi.png
2021-08-27 14_03_08-MailWatchMozi.png (11.04 KiB) Viewed 3013 times
The reason is quite simple as is the solution: change [mariadb-10.1] to [mariadb-10.2] and restart Mariadb

Code: Select all

/etc/my.cnf.d/mariadb-server.cnf

Code: Select all

#[mariadb-10.1]
[mariadb-10.2]
bind-address = 127.0.0.1
innodb-defragment = 1
innodb_buffer_pool_instances = 1
skip-name-resolve
skip-host-cache
On top of that I changed the swappiness default value to 1

Code: Select all

cat /etc/sysctl.d/vm.swappiness.conf
Source and howto: https://mariadb.com/kb/en/configuring-swappiness/
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Mysql-name resolution 10.2.30-MariaDB

Post by shawniverson »

Good catch, I missed this one, rolling it into next update
Post Reply