I am trying to address the warnings of the security advisor, but I cannot fix this one:
In my
I have edited both so that they contain, near the end, the line
Yet, after restarting MySQL a few times, the warning of the Security Advisor doesn't disappear.
What am I doing wrong?
The MySQL service is currently configured to listen on all interfaces: (bind-address=*)
In my
/etc/
folder there are two MySQL conf files: my.cnf
and my.cnf.mysqlup.8.0
(which appeared after updating MySQL to version 8).I have edited both so that they contain, near the end, the line
bind-address=127.0.0.1
Yet, after restarting MySQL a few times, the warning of the Security Advisor doesn't disappear.
What am I doing wrong?