MySQL 사용자 추가,삭제,권한부여
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
2015. 4. 28. 15:24
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- aws python3.12
- NSPrivacyAccessedAPICategoryDiskSpace
- com.google.android.gms.common.api.ApiException: 10:
- 슬랙으로 보내기
- 아이폰
- 베란다 수경재배
- ios pod install error
- EC2
- 해결방법
- NSPrivacyAccessedAPICategoryFileTimestamp
- 리눅스 python3 설치
- Failed to launch iOS Simulator: Error: Emulator didn't connect within 60 seconds
- ios
- ITMS-91053: Missing API declaration
- ios 앱 심사상태
- PlatformException(sign_in_failed
- python3.12 설치
- but linking in object file
- NSPrivacyAccessedAPICategoryUserDefaults
- google play appcheck
- NSPrivacyAccessedAPICategorySystemBootTime
- Xcode
- Flutter
- 수경재배키트
- CDN: trunk URL couldn't be downloaded
- Firebase
- flutter build ipa
- Error (Xcode): Target release_unpack_ios failed: Exception: Binary
- MySQL
- Response: Failure when receiving data from the peer
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함