일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- BFS
- 소프트웨어공학
- 프로그래머스
- 모각코
- DP
- django
- DFS
- programmers
- 종합설계
- Planned
- Bellman-Ford
- Kruskal
- 마라마라빔
- minimum spanning tree
- MyPlaylist
- 데이터베이스
- codetree
- 알고리즘
- 실습
- 코드트리
- 동적계획법
- 함밥
- 최소스패닝트리
- 백준
- B대면노래방
- 파이썬
- 장고
- 백트래킹
- 그리디알고리즘
- SQL
Archives
- Today
- Total
목록mysql (1)
Leta Learns
Linux에 MySQL Server 설치 및 삭제하기
MySQL 설치 $ sudo apt-get install mysql-server MySQL 서버 초기화 $ sudo mysql_secure_installation MySQL 서버를 초기화하면 데이터베이스의 비밀번호를 설정해야 하는 단계가 있는데 이때 비밀번호를 설정하면 Failed! error: SET PASSWORD has no significance for user 'root'@'localhost' as the authentication method used doesn't store authentication data in the MySQL server. Please consider using ALTER USER instead if you want to change authentication para..
Server
2022. 10. 7. 17:11