% create user 계정ID@'%' identified by '계정비밀번호' ;% grant all privileges on DB이름.* to 계정ID@'%' with grant option;% flush privileges;
% create user 계정ID@'%' identified by '계정비밀번호' ;
% grant all privileges on DB이름.* to 계정ID@'%' with grant option;
% flush privileges;
45 . [macOS] 맥미니 mysql@5.7 설치
43 . GCP OSX 에서 SSH 접속