gpt4 book ai didi

OS X El Capitan 上的 MySQL 5.7.9 : ERROR The server quit without updating the PID file

转载 作者:可可西里 更新时间:2023-11-01 06:47:46 25 4
gpt4 key购买 nike

我有一台装有 OS X Yosemite 的 Mac Pro 服务器,几天前我们升级到了 OS X El Capitan。当我尝试重新安装 MySQL 时出现问题。我去MySQL官方页面下载了DMG包中的最新版本(5.7.9)并正常安装。
安装并重启服务器后,MySQL 服务器没有自动启动,手动启动时我得到:

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

我一直在互联网上尝试很多解决方案:

After MySQL install via Brew, I get the error - The server quit without updating PID file

http://coolestguidesontheplanet.com/mysql-error-server-quit-without-updating-pid-file/

PID error on mysql.server start?

MySQL pid ended (cannot start mysql)

我尝试使用mysql.server restart,重启服务器。删除 *.err 文件,我也尝试创建自己的 PID 文件,但它被自动删除了。

一个可能的解决方案是完全卸载 MySQL 并重新安装:http://bytearrays.com/completely-uninstall-mysql-mac-osx/

另一种是修改.plist,但这个文件与提供的解决方案完全相同,因此无法解决我的问题。

我仍然无法启动 MySQL 服务器。

我认为有两种可能性:一方面可能是我没有完全卸载 MySQL,并且有一些东西在做坏事,另一方面是/etc/my.cnf 文件的使用是问题所在。

我已经卡了 2 天了。我不知道如何运行服务器。

编辑 1: 执行 sudo mysqld --user=mysql 的输出是:

simidat-apps:~ admin$ sudo mysqld --user=mysql
Password:
2015-11-18 9:08:36 140735160397824 [Note] mysqld (mysqld 10.1.8-MariaDB) starting as process 81030 ...
2015-11-18 9:08:36 140735160397824 [Warning] Setting lower_case_table_names=2 because file system for /usr/local/var/mysql/ is case insensitive
2015-11-18 9:08:36 140735160397824 [ERROR] mysqld: File '/usr/local/var/mysql/aria_log_control' not found (Errcode: 13 "Permission denied")
2015-11-18 9:08:36 140735160397824 [ERROR] mysqld: Got error 'Can't open file' when trying to use aria control file '/usr/local/var/mysql/aria_log_control'
2015-11-18 9:08:36 140735160397824 [ERROR] Plugin 'Aria' init function returned error.
2015-11-18 9:08:36 140735160397824 [ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: The InnoDB memory heap is disabled
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Memory barrier is not used
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Compressed tables use zlib 1.2.5
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Using CPU crc32 instructions
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2015-11-18 9:08:36 140735160397824 [Note] InnoDB: Completed initialization of buffer pool
2015-11-18 9:08:36 140735160397824 [ERROR] InnoDB: ./ibdata1 can't be opened in read-write mode
2015-11-18 9:08:36 140735160397824 [ERROR] InnoDB: The system tablespace must be writable!
2015-11-18 9:08:36 140735160397824 [ERROR] Plugin 'InnoDB' init function returned error.
2015-11-18 9:08:36 140735160397824 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2015-11-18 9:08:36 140735160397824 [Note] Plugin 'FEEDBACK' is disabled.
2015-11-18 9:08:36 140735160397824 [ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
2015-11-18 9:08:36 140735160397824 [ERROR] Unknown/unsupported storage engine: InnoDB
2015-11-18 9:08:36 140735160397824 [ERROR] Aborting

我忘了把这个错误放在最初的问题上,它似乎是 InnoDB 上的一个错误(我不知道它是什么,如果有人能向我解释它是什么,我将非常感激)。我也在网上寻找这个错误,我不记得我在哪里看到了解决方案,但我必须删除每个 InnoDB 日志文件(ib* 文件),令人惊讶的是我找不到任何日志文件,所以我无法删除任何内容。我认为这可能是权限问题,但是对什么用户有什么权限?

最佳答案

您的问题实际上不是Mysql,而是MariaDB 的方案。问题是对 aria_log_control 文件的权限。

我通过 brew 安装了 mysql/mariadb,因此我:

  1. 将权限重置为 775(sudo chmod 775/usr/local/var/mysql/aria_log_control`)
  2. 删除日志文件(例如 rm/usr/local/var/mysql/*.home.err)
  3. 启动/停止mysqld

Other sources声称您需要删除 mysql 目录。我不是这种情况。

关于OS X El Capitan 上的 MySQL 5.7.9 : ERROR The server quit without updating the PID file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33767950/

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