- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
抱歉,我对此很陌生,所以越简单越好!我需要从损坏的 MAMP 安装中拯救 WordPress 数据库。
这是我尝试打开 MAMP 时在 MySQL 日志中收到的错误:
感谢您的帮助!!
K
最佳答案
您可以首先应用指定的方法来恢复到已知状态。如果你幸运的话,你有权限问题,你只需要修复表存储文件,如果你不幸,你应该从备份磁盘恢复。
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 ./olivia/wp_term_taxonomy.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.
关于mysql - MAMP 如何拯救我的 MySQL 数据库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41994014/
双系统grub意外消失怎么办? 不用重装系统、不用去维修店、不会丢数据,教你一招,完美恢复grub! 。 背景 我的电脑是windows和linux双系统,启动项使用的grub。某天
我正在尝试构建一个表,该表将充当第三方服务的批量同步队列。 下面的方法应该不言自明;但需要明确的是,它的目的是向 delayed_syncs 表中添加一个具有 status: :queued 的新可更
我需要在特殊情况下捕获 NameError。但我不想捕获 NameError 的所有子类。有办法实现吗? # This shall be catched begin String::NotExis
我正在使用以下方法发送电子邮件: class Communicate msg end end bcc 包含 4 或 5 个电子邮件地址。 在我的测试中,我注意到两件事: 即使其中一封电子邮件不是
我想知道如何在使用 lib Linear 的 Java API 时挽救所有预测结果。 由于有详细记录,人们可以使用以下代码来挽救预测的准确性: Feature[] instance = new Fea
在我的 Rails 3 应用程序中,我通过以下方式获取 path_info: Rails.application.routes.recognize_path(url, { :method => req
当我将 IO::popen 与不存在的命令一起使用时,我在屏幕上打印了一条错误消息: irb> IO.popen "fakefake" #=> # irb> (irb):1: command
例如,如果我尝试删除一个不存在的表,我将收到以下错误: "# ex if ex.cause.is_a?(PG::UndefinedTable) # do something else
我负责使用 Cucumber 测试非 Rails 网络应用程序。我已经启动并运行了基本测试,I.E.我可以做类似的事情 Then /^the page should have a header$/ d
我有以下表演 Action : def show @name = params[:id] rescue ActiveRecord::RecordNotFound redirect_to :
我是一名优秀的程序员,十分优秀!