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
- Modified Date
- zip()
- List 초기화
- permutations
- cask
- sting position
- sort()
- python3
- list to set
- list.sorted()
- list.pop(0)
- Python 몫
- 피보나치 수
- index
- string
- 프로그래머스
- homebrew-core is a shallow clone.
- RecursionError
- 알고리즘
- List
- List to String
- Python 나머지
- 알고리즘 풀이
- Boto3
- COUNT
- Algorithm
- Split
- Python
- Unknown command: cask
- set to list
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 |