Step 1
bind-address = *
dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_bind_address
Step 2
GRANT ALL ON *.* to root@'%' IDENTIFIED BY '<password>';
FLUSH PRIVILEGES;
bind-address = *
dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_bind_address
GRANT ALL ON *.* to root@'%' IDENTIFIED BY '<password>';
FLUSH PRIVILEGES;