Notes on <High Performance MySQL> -- Ch11: Backup and Recovery

Chapter 11 Backup and Recovery

Overview

Considerations and Tradeoffs

What Can You Afford to Lose?

Online or Offline Backups?

-          Innodb_fast_shutdown

-          FLUSH TABLES WITH READ LOCK

FLUSH TABLES WITH READ LOACK is not as expensive as shutting down, because most of your caches are still in memory and the server is still “warm”.

Logical or Raw Backups?

What to Back Up

Storage Engines and Consistency

Replication

Managing and Backing Up Binary Logs

Backing Up Data

Recovering from a Backup

Backup and Recovery Speed

Backup Tools

Scripting Backups

 

转载于:https://www.cnblogs.com/fangwenyu/archive/2012/09/03/2669427.html

感谢提供您的代码。根据您提供的代码,我注意到您在 `<actions>` 标签中缺少了一个闭合的 `</action>` 标签,导致 XML 结构错误。请将您的代码修改如下: ```xml <idea-plugin> <id>com.your.company.unique.plugin.id</id> <name>wkx_plugin</name> <version>1.0</version> <vendor email="wangkexin6@yourcompany.com" url="http://www.hikvision.com">HikVision</vendor> <!-- description><![CDATA[ xml和excel互相转换插件.<br> www.wkx666.com</description --> <!-- change-notes><![CDATA[ Add change notes here.<br> most HTML tags may be used ]]> </change-notes--> <!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description --> <idea-version since-build="173.0"/> <!-- please see https://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html on how to target different products --> <depends>com.intellij.modules.platform</depends> <extensions defaultExtensionNs="com.intellij"> <!-- Add your extensions here --> <actions> <action id="myAction" class="com.example.MyAction" text="My Action" description="My description"> <add-to-group group-id="MainMenu.Tools" anchor="last"/> <keyboard-shortcut first-keystroke="control alt A"/> </action> <!-- 添加一个闭合的 </action> 标签 --> </actions> </extensions> <actions> <!-- Add your actions here --> </actions> </idea-plugin> ``` 请确保 `<action>` 标签被正确地嵌套在 `<actions>` 标签内,并且每个 `<action>` 标签都有相应的闭合标签 `</action>`。 完成修改后,重新编译和运行插件,您应该能够在 "Tools" 菜单中看到您的新 action。如果问题仍然存在,请提供更多关于错误信息或其他相关代码的详细信息,以便我们能够更好地帮助您解决问题。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值