일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 백준
- SQL
- B대면노래방
- minimum spanning tree
- 데이터베이스
- Kruskal
- 코드트리
- 마라마라빔
- django
- 파이썬
- 소프트웨어공학
- 함밥
- 최소스패닝트리
- programmers
- 모각코
- 알고리즘
- 장고
- 그리디알고리즘
- MyPlaylist
- 백트래킹
- Planned
- BFS
- 실습
- Bellman-Ford
- codetree
- 프로그래머스
- 동적계획법
- 종합설계
- DFS
- DP
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