• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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