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;

댓글

이 블로그의 인기 게시물

Spring Boot with Kafka Streams

Install and run an FTP server using Docker

kubeadm init

Random numbers ranged 1 to 10 in Python

Options for auto.offset.reset in Kafka

경량 리눅스 배포판

Scan an HBase table with a prefix filter

MAX_POLL_RECORDS_CONFIG in Kafka