gpt4 book ai didi

mysql - 错误!服务器退出但没有更新 PID 文件 (/usr/local/var/mysql/Bridge.local.pid)

转载 作者:太空宇宙 更新时间:2023-11-04 12:59:57 24 4
gpt4 key购买 nike

我无法运行 mysql,所以我删除了它并使用 home brew 重新安装了它。现在,当我运行 mysql.server 启动命令时,出现以下错误

ERROR! The server quit without updating PID file (/usr/local/var/mysql/Bridge.local.pid).

这是我的 my.conf 文件的内容,在 usr/local/Cellar/mysql/5.7.10/mysql-test/include/default_my.cnf 中 homebrew 已经安装了 mysql

# Use default setting for mysqld processes
!include default_mysqld.cnf
!include default_client.cnf

[mysqld.1]

# Run the master.sh script before starting this process
#!run-master-sh

log-bin= master-bin

# Run tests with the performance schema instrumentation
loose-enable-performance-schema

[mysqlbinlog]
disable-force-if-open

[ENV]
MASTER_MYPORT= @mysqld.1.port
MASTER_MYSOCK= @mysqld.1.socket
~

最佳答案

可能mysql对pid文件所在文件夹没有权限

适用于我的案例的解决方案:

  1. 在/usr/local/var/mysql/Bridge.local.err 查看你的错误日志

  2. 如果日志中有这样的内容:...[注意] Unable to delete pid file: Permission denied...,表示mysql没有权限你的mysql文件夹

  3. 在终端中使用以下命令授予权限:sudo chown -R mysql/usr/local/var/mysql/

关于mysql - 错误!服务器退出但没有更新 PID 文件 (/usr/local/var/mysql/Bridge.local.pid),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34387647/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com