Open up the my.cnf file
vi /etc/my.cnf
Add the following line so MySQL will only work from the server. Basically blocks all remote MySQL conenctions.
Configure bind-address=127.0.0.1
Restart the MySQL service
systemctl restart mysqld
Open up the my.cnf file
vi /etc/my.cnf
Add the following line so MySQL will only work from the server. Basically blocks all remote MySQL conenctions.
Configure bind-address=127.0.0.1
Restart the MySQL service
systemctl restart mysqld