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 |
Tags
- Coroutine
- CoordinatorLayout
- 백준
- 알고리즘
- notification
- room
- 알림
- Navigation
- lifecycle
- CustomView
- ViewModel
- Android
- LiveData
- 안드로이드
- HTTP
- hilt
- DataBinding
- activity
- onLayout
- kotlin
- recyclerview
- onMeasure
- Algorithm
- Behavior
- BOJ
- CollapsingToolbarLayout
- View
- sqlite
- AppBarLayout
- 코틀린
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