Mike23 New Pleskian Jan 18, 2021 #1 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
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
IgorG Plesk addicted! Plesk Certified Professional Jan 18, 2021 #2 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.
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.