• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Resolved The option "Allow local MYSQL server to accept external connections" is missing

aze123

New Pleskian
Server operating system version
Ubuntu 22.04.1 LTS
Plesk version and microupdate number
Plesk Obsidian 18.0.46 Web Admin Edition
Hi,

on one of our servers the option "Allow local MYSQL server to accept external connections" is missing from the plesk menu (Tools&Settings->Database Servers). See screenshot attached. (It is present on all other installations). I already ran "plesk repair all -y" but no errors were detected and no change occurred.
Any hints what I can do to get the option back?

Thanks,
Aron
 

Attachments

  • Screenshot 2022-08-24 at 13-16-20 Local MySQL server - Plesk Obsidian 18.0.46.png
    Screenshot 2022-08-24 at 13-16-20 Local MySQL server - Plesk Obsidian 18.0.46.png
    63 KB · Views: 13
Looks like you made some changes to the "bind-address" option in MariaDB config files.
The right options in the configuration file /etc/mysql/mariadb.conf.d/50-server.cnf should be as following:
Code:
# grep -R 'bind-address' /etc/mysql/*

/etc/mysql/mariadb.conf.d/50-server.cnf:bind-address            = 127.0.0.1
/etc/mysql/mariadb.conf.d/50-server.cnf:#bind-address           = ::
/etc/mysql/mariadb.conf.d/50-server.cnf:#bind-address           = 0.0.0.0
/etc/mysql/my.cnf:bind-address = ::ffff:127.0.0.1

With these options in the server settings, the option will be shown in the interface.
 
Hello IgorG,

sorry, it seems it is not solved yet.

After restarting mariadb I have the option to select external servers. However, when checking it and clicking on OK, the database server restarts and the page reloads and the option is once again missing and the bind-address in my.cnf is once again *.
Any idea why that would happen?

Thanks,
Aron
 
Back
Top