• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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