네이버 클라우드 MYSQL 3306 포트 외부 접속
root@ask-server:/etc/mysql# netstat -antp | grep mysql tcp 0 0 127.0.0.1 :3306 0.0.0.0:* LISTEN 1266/mysqld root@ask-server:/etc/mysql# cd /etc/mysql root@ask-server:/etc/mysql# ls conf.d my.cnf my.cnf.fallback mysql.cnf mysql.conf.d root@ask-server:/etc/mysql# cat ./my.cnf | grep address root@ask-server:/etc/mysql# cat ./my.cnf # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE....