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