728x90 failed to start mariadb.service unit not found1 [mysql] can't connect to local mysql server through socket 'var/lib/mysql/mysql.sock'(2) 지난 포스팅은 cent os에 MariaDB 설치하는 것을 적어보았는데요 이렇게 설치하고 mysql -u root - p mysql Enter password: 입력을 하니 다음과 같은 에러가 나왔습니다. can't connect to local mysql server through socket 'var/lib/mysql/mysql.sock'(2) 진짜 이걸로만 구글링하면서 몇시간 넘게 고생했는데 아래 방법으로 해결하였습니다 yum list installed | grep mariadb 이렇게 해서 리스트중에 mariadb-server가 없으면 yum install mariadb-server 설치한 후 systemctl start mariadb 하면 됩니다. 저같은 경우에는 failed to start m.. 2019. 4. 3. 이전 1 다음 728x90