반응형
서비스 중지/시작 시 MariaDB 메시지
다음과 같은 것이 있습니다.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
x86_64
Linux 4.19.0-17-amd64 #1 SMP Debian 4.19.194-3 (2021-07-18) x86_64 GNU/Linux
mysql Ver 15.1 Distrib 10.6.4-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
mariadb 시작/정지 시.service: 다음 메시지가 나타납니다.
Failed to get properties: Unit name mariadb-extra@.socket is neither a valid invocation ID nor unit name.
Failed to get properties: Unit name mariadb@.socket is neither a valid invocation ID nor unit name.
서비스를 시작하거나 중지할 때 동일한 메시지가 나타납니다.
mariadb 사용자 소켓의 문제점은 무엇입니까?이러한 메시지를 삭제하려면 어떻게 해야 합니까?
MDEV-27715부터service
Debian/Ubuntu의 구현은 systemd의 소켓템플릿 파일을 완전히 이해하지 못한다는 점에서 부족합니다.
사용하다systemctl
.
언급URL : https://stackoverflow.com/questions/68873255/mariadb-messages-when-stopping-starting-any-service
반응형
'programing' 카테고리의 다른 글
프라이머리 키는 MySQL에서 자동으로 인덱싱됩니까? (0) | 2022.12.25 |
---|---|
파일이 존재하지 않으면 Python의 open()은 파일을 생성하지 않습니다. (0) | 2022.12.25 |
MySql 날짜/시간 값이 잘못되었습니다. (0) | 2022.12.25 |
Has-many-through 관계에서 SQL 결과를 필터링하는 방법 (0) | 2022.12.25 |
지정된 위치에 문자열 삽입 (0) | 2022.12.25 |