MySQL 8.0 사용자 계정 생성 및 권한 설정Database2023. 3. 2. 13:17
Table of Contents
show variables like 'validate_password%';
set global validate_password.policy=LOW;
create user 'sample'@'%' identified by 'sample123';
grant all privileges on *.* to sample@'%' with grant option;
drop user 'sample'@'%';
flush privileges;
반응형
'Database' 카테고리의 다른 글
Mac 운영체제에서 MongoDB 포트 변경 방법 (0) | 2024.07.19 |
---|---|
MongoDB 데이터베이스 사용자 추가 및 권한 설정 (0) | 2022.12.27 |
MariaDB 사용자 접근 권한 설정 (0) | 2022.12.27 |
MongoDB 커넥션 상태 정보 확인 (0) | 2022.02.18 |
Mongodb Replication 구성 시 Reconfig attempted to install a config that would change the implicit default write concern.. 장애 해결 방법 (0) | 2022.02.15 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!