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;

댓글

이 블로그의 인기 게시물

CDPEvents in puppeteer

Using the MinIO API via curl

vsftpd default directory

How to checkout branch of remote git, 깃 리모트 브랜치 체크아웃

리눅스의 부팅과정 (프로세스, 서비스 관리)

Install and run an FTP server using Docker

리눅스 (cron - 주기적 작업실행 데몬)