티스토리 뷰
반응형
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
- ITMS-91053: Missing API declaration
- 수경재배키트
- 아이폰
- ios 앱 심사상태
- NSPrivacyAccessedAPICategorySystemBootTime
- Flutter
- Firebase
- MySQL
- PlatformException(sign_in_failed
- Xcode
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- NSPrivacyAccessedAPICategoryDiskSpace
- com.google.android.gms.common.api.ApiException: 10:
- 해결방법
- but linking in object file
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- 슬랙으로 보내기
- NSPrivacyAccessedAPICategoryUserDefaults
- NSPrivacyAccessedAPICategoryFileTimestamp
- python3.12 설치
- ios pod install error
- google play appcheck
- ios
- flutter build ipa
- EC2
- 베란다 수경재배
- aws python3.12
- 리눅스 python3 설치
- Response: Failure when receiving data from the peer
- CDN: trunk URL couldn't be downloaded
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함