• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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