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
- View
- 코틀린
- 백준
- kotlin
- recyclerview
- notification
- CollapsingToolbarLayout
- sqlite
- 알림
- ViewModel
- lifecycle
- HTTP
- AppBarLayout
- CustomView
- hilt
- BOJ
- Navigation
- activity
- CoordinatorLayout
- Algorithm
- DataBinding
- Coroutine
- 알고리즘
- Behavior
- room
- onLayout
- 안드로이드
- LiveData
- Android
- onMeasure
Archives
- Today
- Total
개발일지
Database in A..Z - MySQL Root 비밀번호 변경하기 본문
alter user 'root'@'localhost' identified with mysql_native_password '123123';
123123 대신 사용하고 싶은 비밀번호를 입력하면 된다.
'Database' 카테고리의 다른 글
Database in A..Z - MySQL Table (0) | 2021.04.28 |
---|---|
Database in A..Z - MySQL 수동 설치 (0) | 2021.04.28 |
Comments