【问题标题】:MySQL Not starting with MAMPMySQL 不是从 MAMP 开始的
【发布时间】:2017-09-23 19:56:15
【问题描述】:

我知道这可能看起来是重复的,但我很挣扎。

我设法使用 MAMP 为一个会话启动和运行 Apache 和 MySQL。再说一遍,MySQL 不会启动。

我在 Stack 上尝试了各种答案。重新安装/移动目录/确保更新。我没有做的一件事是重命名“ib_logfile”——因为它们不存在!

大家有什么建议吗?

2017-09-23 20:44:46 7fffa5a753c0  InnoDB: Operating system error number 2 in a file operation.
InnoDB: The error means the system cannot find the path specified.
InnoDB: If you are installing InnoDB, remember that you must create
InnoDB: directories yourself, InnoDB does not create them.
InnoDB: Error: could not open single-table tablespace file ./mysql/slave_worker_info.ibd
InnoDB: We do not continue the crash recovery, because the table may become
InnoDB: corrupt if we cannot apply the log records in the InnoDB log to it.
InnoDB: To fix the problem and start mysqld:
InnoDB: 1) If there is a permission problem in the file and mysqld cannot
InnoDB: open the file, you should modify the permissions.
InnoDB: 2) If the table is not needed, or you can restore it from a backup,
InnoDB: then you can remove the .ibd file, and InnoDB will do a normal
InnoDB: crash recovery and ignore that table.
InnoDB: 3) If the file system or the disk is broken, and you cannot remove
InnoDB: the .ibd file, you can set innodb_force_recovery > 0 in my.cnf
InnoDB: and force InnoDB to continue crash recovery here.
170923 20:44:46 mysqld_safe mysqld from pid file /Applications/MAMP/tmp/mysql/mysql.pid ended

【问题讨论】:

  • 看看你的工作 my.cnf 或类似的配置文件会很有帮助

标签: mysql database mamp mamp-pro


【解决方案1】:

到目前为止,我已经开始工作了 - 我更改了 Mamp 中 Mysql 文件夹的读写权限以及所有包含文件夹的权限,它似乎可以工作。

【讨论】:

    【解决方案2】:
    1. 转到 /Applications/MAMP/tmp/mysql/ 并添加新文件 mysql.pid
    2. 重启mamp

    【讨论】:

      猜你喜欢
      • 2019-01-22
      • 2021-04-07
      • 2017-06-05
      • 2012-05-31
      • 2012-04-02
      • 2013-03-07
      • 2011-09-14
      • 1970-01-01
      • 2021-08-21
      相关资源
      最近更新 更多