티스토리 뷰
MySQL 사용자 리스트 출력
> select user from user;
사용자와 호스트 리스트 출력
> select user, host from user;
사용자 삭제
> delete from user where user='아이디'
호스트와 유저네임이 같을때 삭제
> delect from user where user='아이디'
and host='192.168.10.31';
변경사항 적용
> flush privileges;
모든 권한 적용
> grant all privileges on *.* to 사용자명@호스트 identified by '비밀번호' with grant option;
'IT > DB' 카테고리의 다른 글
오라클 ORA-00604, ORA-01653, ORA-02002 에러 발생시 해결방법 (0) | 2016.06.28 |
---|---|
[mysql] 특정값 갯수 가져오기 (0) | 2015.05.03 |
🛒 추천 상품
※ 이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- flutter build ipa
- google play appcheck
- ITMS-91053: Missing API declaration
- NSPrivacyAccessedAPICategoryUserDefaults
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- 베란다 수경재배
- MySQL
- NSPrivacyAccessedAPICategorySystemBootTime
- 수경재배키트
- Xcode
- EC2
- com.google.android.gms.common.api.ApiException: 10:
- NSPrivacyAccessedAPICategoryDiskSpace
- 해결방법
- ios pod install error
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- 아이폰
- ios 앱 심사상태
- but linking in object file
- 슬랙으로 보내기
- aws python3.12
- Flutter
- 리눅스 python3 설치
- CDN: trunk URL couldn't be downloaded
- ios
- Response: Failure when receiving data from the peer
- python3.12 설치
- NSPrivacyAccessedAPICategoryFileTimestamp
- Firebase
- PlatformException(sign_in_failed
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함