[mysql] 유저 생성 및 삭제
mysql local에 접속 해서 유저 생성 및 삭제 하는 방법 1. 유저 생성 CREATE USER 'test'@'localhost' IDENTIFIED BY 'helpdesk'; -> id(test) / pw(helpdesk) 유저 생성 select * from user; -> 유저 생성 확인 test 유저 생성 확인 가능(아래 이미지) 2. 유저 패스워드 변경 set password for 'test'@'localhost' = password('helpdesk'); -> test 유저 패스워드 'helpdesk'로 변경 3. 유저 삭제 drop user 'test'@'localhost'; -> test 유저 삭제 test유저 없어짐 확인
DB
2017. 7. 20. 17:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ansible ios
- cmd로 윈도우 계정 관리
- 특정 라인삭제
- centos7 ntp
- chrony
- 특정 문구 치환
- ILO
- windows.old 강제삭제
- cmd로 계정 생성
- dl20 centos7
- 윈도우 cmd 계정 관리
- nxos ansible
- DL20 GEN9 장비에 CentOS 7
- vm rac
- 윈도우서버 계정 관려
- 리눅스 커맨드 로그남기기
- ansible network
- linux command log
- oracle linux8 kernel
- nutanix rac
- CentOS 7 GUI
- kernel 변경
- ipmi
- dl20
- cgroup
- ISCSI 볼륨 RAC
- cisco ansible
- ios ansible
- shell connmad log
- dl20 g9 centos7 설치
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함