mysqld.sock 在哪里?

mysqld.sock 在哪里?

我在 Ubuntu Server 12.04 中缺少 mysqld.sock。找不到任何位置,甚至

apt-file search mysqld.sock (ran apt-file update before) 

可以找到它。它在哪里?

答案1

已解决:mysqld.sock 是在 mysqld 启动时/运行时创建的(它是一个套接字!)。

相关内容