Back-end/library 썸네일형 리스트형 mac brew에서 설치한 mysql my.cnf가 안먹을때 mac에서 mysql 원격접속 허용해주기 my.cnf mysql의 경우 설정파일로 my.cnf파일을 이용한다. mysql --verbose --help | grep my.cnf 위 명령어를 통해 my.cnf 파일을 찾아보자.결과가 order of prefrence 로 나온다면 파일들의 순서가 나온다. 필자의 경우 하기와 같다. /etc/my.cnf /etc/mysql/my.cnf /usr/local/etc/my.cnf ~/.my.cnf 위 순서 순으로 my.cnf파일을 참조한다. 디버깅때문에 구글링하다 알게된 사실인데 my.ini파일이 존재할시 my.cnf을 오버라인드 한다는 이야기가 있다 참 X같다. 만약에 자신의 my.cnf파일이 없다면 mysql이 설치된 위치에 가면 supprt-files/my.d.. 더보기 javascript underscore 언더스코어 정리 언더스코어란? 용어설명 Context iteratee Context와 iteratee의 구분 Collection Functions (Arrays or Objects) each map reduce reduceRight find filter where findWhere reject every some contains invoke pluck max min sortBy groupBy indexBy countBy suuffle sample toArray list partition Array Functions first initial last rest compact flatter without union intersection difference uniq zip unzip object indexOf lastInde.. 더보기 이전 1 다음