MySQL GRANT


grant all privileges on TABLE_NAME.* to 'username'@'xxx.xxx.xxx.xxx' identified by 'password';

flush privileges;

모든 아이피에서 접근 허용하기


grant all privileges on TABLE_NAME.* to 'username'@'%' identified by 'password';

flush privileges;

댓글

이 블로그의 인기 게시물

Using the MinIO API via curl

Tomcat(톰캣) SSL 포트 설정

[Ubuntu] update-alternatives(Symbolic Link 관리)

"Do you happen to"

About InfluxDB

Create reusable templates for page routes in Next.js

KNN(K-Nearest Neighbors) 활용한 이미지 분류

Reactjs datetime range picker

Nginx Openssl 설정

오늘의 문장2