Missing /var/lib/mysql/mysql.sock file

前端 未结 8 1226
忘掉有多难
忘掉有多难 2021-02-18 14:22

I\'m trying to access mysql and when I run the mysql command, I get the following.

[root@ip-10-229-65-166 tpdatabase-1.8.0.28356]# mysql

ERR

8条回答
  •  孤城傲影
    2021-02-18 14:33

    rm -rvf /var/lib/mysql/ib_logfile*
    touch /var/lib/mysql/mysql.sock
    touch /var/lib/mysql/mysql.pid
    chown -R mysql:mysql /var/lib/mysql
    systemctl restart mysql
    

    try this and check the permission of both /var/lib/mysql/mysql.sock and /tmp

提交回复
热议问题