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