I have installed MySQL 8.0 on Google Compute Engine instance. I would like to follow this document to grant remote access from outside. However, after opening my.conf from /etc/mysql/, there is no line regarding bind-address in the file
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
How can I find bind-address to modify? Thank!