• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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