• 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.

Question How to refuse all remote connections to mysql from command line?

Mike23

New Pleskian
I allowed all remote connections to mysql in the Plesk UI settings.

Now I'm stuck in the command line (for another reason), and I would like to refuse all remote connections.

How can this be done through the command line ?

Thanks
 
In file /etc/my.cnf set option bind-address to local connections only with:

bind-address = ::ffff:127.0.0.1

and restart mysql service.
 
Back
Top