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
- string
- 알고리즘
- homebrew-core is a shallow clone.
- Unknown command: cask
- cask
- sort()
- Python
- 알고리즘 풀이
- python3
- Algorithm
- list to set
- COUNT
- 피보나치 수
- List
- Python 몫
- list.sorted()
- permutations
- 프로그래머스
- Split
- set to list
- list.pop(0)
- Boto3
- Python 나머지
- sting position
- index
- List 초기화
- Modified Date
- List to String
- RecursionError
- zip()
Archives
- Today
- Total
데이터와 코드로 세상을 바라봅니다.
[Mac OS] :: ERROR 1698 (28000): Access denied for user 'root'@'localhost' 본문
Code/Mac OS
[Mac OS] :: ERROR 1698 (28000): Access denied for user 'root'@'localhost'
코드우드 2021. 4. 25. 15:06root 계정에 password 설정하는 방법
(base) ********-MacBook-Pro:~ macbook$ sudo mysql -u root
MariaDB [(none)]> use mysql
MariaDB [mysql]> set password for macbook@'localhost' = PASSWORD('바꾸고자 하는 패스워드');
Query OK, 0 rows affected (0.012 sec)
MariaDB [mysql]> flush privileges;
Query OK, 0 rows affected (0.001 sec)
MariaDB [mysql]> quit
Bye
'Code > Mac OS' 카테고리의 다른 글
[Mac OS] :: ERROR! MariaDB is not running, but PID file exists (0) | 2021.04.25 |
---|---|
[MAC OS] OPEN JDK 설치하기 (0) | 2021.03.14 |