Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 안드로이드
- VSCode
- Android
- policy
- 권한
- 쓰레드
- 플러터
- C++
- MariaDB
- 권한부여
- Flutter
- MySQL
- Lockscreen
- Background
- C++ Build
- background_callback
- 흰셔츠 #누런때
- YouTube API
- 사용자추가
- password
- Permission
- Flutter #Android #FCM #FirebaseCloudMessaging
- C++ Debugging
- User
- firebase_message
- 잠금화면
- 백그라운드
- 사용자삭제
- thread
Archives
- Today
- Total
목록사용자삭제 (1)
고래 정보 분류소
[MySQL] 기본 설정 팁 1
사용자 추가 - CREATE USER 'userId'@'allow address' IDENTIFIED BY 'password'; ex ) CREATE USER 'bluewhale'@'localhost' IDENTIFIED BY '1234'; CREATE USER 'bluewhale'@'%' IDENTIFIED BY '12345'; CREATE USER 'bluewhale'@'123.123.123.123' IDENTIFIED BY '2345'; 사용자 삭제 - DROP USER 'userid'@'allow address'; ex ) DROP USER 'bluewhale'@'localhost'; DROP USER 'bluewhale'@'%'; DB 생성 - CREATE DATABASE dbname; ex )..
MySQL
2019. 10. 17. 16:01