0
I recently set up a mirrored Mysql server. Following this procedure: https://hostpresto.com/community/tutorials/how-to-setup-mysql-master-master-replication-on-ubuntu-16-04/
The command to release access has already been executed:
GRANT ALL ON . To root@%' IDENTIFIED BY 'Qwerty@123';
However the line in: $ sudo nano /etc/mysql/my.cnf
bind-address = 127.0.0.1
It’s preventing sternal connections!
How do I allow external connections once I’m mirroring with this procedure?
That’s not what I asked, friend! Unfortunately I don’t need your answer. The problem is that when I configure the line 'bind-address = 192.168.0.1' with a certain IP only this same ip can access it externally.
– Guilherme Lima
bind-address is the interface address, it is not the IP address that can access the server.
– epx