• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Issue "Allow local MariaDB/MySQL server to accept external connections" is missing

Dmytro

Basic Pleskian
Server operating system version
CloudLinux 8.10 (Vladimir Aksyonov)
Plesk version and microupdate number
18.0.68 #1
Hi!
Can't find the way to activate this option, please, help :)

Code:
[[email protected]]# grep -R 'bind-address' /etc/*
/etc/my.cnf.d/bind-address.conf:#bind-address = 0.0.0.0
/etc/my.cnf.d/bind-address.conf:bind-address = ::
/etc/my.cnf.d/server.cnf:#bind-address=0.0.0.0
/etc/systemd/system/multi-user.target.wants/mariadb.service:# See also bind-address mariadbd option.

sCXxssS.png
 
Hello @Dmytro
Please try to perform the following:
Add the following line in [mysqld] section of /etc/my.cnf file
bind-address = 127.0.0.1
and restart mariadb/mysql server
 
Back
Top