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
- C++
- C#
- Docker
- JSON
- Selenium
- Linux
- paramiko
- pandas
- YOLO
- VS Code
- 프로그래머스
- label
- ubuntu
- SSH
- Visual Studio
- error
- Python
- windows forms
- 기타 연주
- 오류
- mysql
- 컨테이너
- C
- pytorch
- Numpy
- pip
- 핑거스타일
- OpenCV
- 채보
- nvidia-smi
Archives
- Today
- Total
목록job for mysql.service failed (1)
기계는 거짓말하지 않는다
MySQL Server Ubuntu 설치 시 Job for mysql.service failed because the control process exited with error code. 오류
Job for mysql.service failed because the control process exited with error code.See "systemctl status mysql.service" and "journalctl -xeu mysql.service" for details.MySQL ubuntu 설치 후 service 시작 시 위와 같은 메시지를 출력했다.MariaDB와 겹친 경우였는데 모두 삭제하고 다시 설치했다.sudo apt autoremove --purge mysql-server\* mariadb-server\*sudo rm -rf /var/lib/mysqlsudo rm -rf /etc/mysql/sudo mkdir -p /etc/mysql/conf.dsudo apt inst..
DB/MySQL
2024. 7. 26. 14:12