MySQL root 비밀번호 초기화Database2017. 9. 1. 11:01
Table of Contents
MySQL 5.7.6 and later:
ALTER USER 'root'@'localhost' IDENTIFIED BY 'MyNewPass';
MySQL 5.7.5 and earlier:
SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass');
반응형
'Database' 카테고리의 다른 글
MariaDB 비밀번호 변경하기 (0) | 2018.07.31 |
---|---|
Apache Phoenix 쿼리 결과를 파일 저장 명령어 (0) | 2018.07.01 |
CDH-5.8.0 Vmware 환경에서 Apache Phoenix 설치 (0) | 2017.04.03 |
HDP 2.5 Vmware 환경에서 Apache Phoenix 설치 (0) | 2017.02.24 |
MySQL 데이터베이스 상태 모니터링 쿼리 (0) | 2017.01.18 |
@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
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!