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;

댓글

이 블로그의 인기 게시물

Develop a Kafka producer to send messages to a Kafka topic

Using the MinIO API via curl

max_active_runs of Airflow

Boilerplate for typescript server programing

how to delete all issues on project in sentry, 센트리 이슈 삭제하기

difference between truncate and truncate_preserve in hbase

Reactjs datetime range picker

[Ubuntu] Apache2.4.x 설치

Kafka consumer in a Spring Boot application using a scheduled task

운영체제를 개발 방법