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
- 프린터
- 3d프린터
- C언어
- 설계
- 오픈소스 하드웨어
- 리눅스
- 쏘카
- 코딩테스트
- Arduino
- 해커랭크
- ESP
- C++
- 3D
- DIY
- 자작
- 아두이노
- 퓨전360
- 프로젝트
- 3D Printer
- ESP-IDF
- SQLITE3
- IOT
- 라즈베리파이
- 오픈소스
- Hypercube
- esp32
- 3D 프린터
- 하드웨어
- fusion360
- Fusion 360
Archives
- Today
- Total
목록mysql (1)
09LABS
[Raspberry Pi] MySQL root 계정으로 로그인이 안될 때
우분투나 라즈베리파이에 MySQL이 쓸 일이 있어 mysql 명령어를 실행했다. ubuntu@test:~$ mysql -u root -p 보통 위와 같이 실행한다. 그리고 root 비밀번호를 입력했으나 access denied가 뜬다. ubuntu@test:~$ mysql -u root -p Enter password: ERROR 1698 (28000): Access denied for user 'root'@'localhost' 대부분 update user 명령어를 사용해서 해결 가능하다고 했으나 해결이 안되어 방법을 찾아보니... MariaDB [(none)]> use mysql; Reading table information for completion of table and column names Y..
Linux/Raspberry Pi
2021. 9. 13. 17:44