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
- 리눅스 커맨드 로그남기기
- 윈도우서버 계정 관려
- cmd로 계정 생성
- ansible ios
- ILO
- 윈도우 cmd 계정 관리
- dl20 g9 centos7 설치
- windows.old 강제삭제
- ipmi
- nutanix rac
- kernel 변경
- nxos ansible
- ios ansible
- vm rac
- linux command log
- DL20 GEN9 장비에 CentOS 7
- 특정 문구 치환
- shell connmad log
- CentOS 7 GUI
- cgroup
- dl20
- ansible network
- chrony
- ISCSI 볼륨 RAC
- dl20 centos7
- centos7 ntp
- oracle linux8 kernel
- cisco ansible
- cmd로 윈도우 계정 관리
- 특정 라인삭제
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함