Linux 软件免费装

Backup Database Phpmyadmin

开发者
更新时间 2020年6月17日 10:12
PHP版本: 3.6.0 及以上
WordPress版本: 5.4
版权: GPLv2 or later
版权网址: 版权信息

标签

backup database cron mysql db

下载

1.0.0

详情介绍:

Create backup of database tables easily or set cron to regularly take backups daily, monthly, once an year, etc.

安装:

常见问题:

How to open Backup Database Phpmyadmin in dashboard?

  • Navigate to Tools >> Backup

How to restore my database from a backup?

  • You can restore it in phpmyadmin which is available in cpanel.

My backup is stopping or it hangs without completing.

  • If you edit the text of backup-database.php, you’ll see around line 50 the following: `/**
  • Set MOD_EVASIVE_OVERRIDE to true
  • and increase MOD_EVASIVE_DELAY
  • if the backup stops prematurely. */ // define('MOD_EVASIVE_OVERRIDE', false); define('MOD_EVASIVE_DELAY', '500');` Do what it says: un-comment MOD_EVASIVE_OVERRIDE and set it to true like so:
define('MOD_EVASIVE_OVERRIDE', true); That will slow down the plugin, and you can slow it even further by increasing the MOD_EVASIVE_DELAY number from 500. Better yet, put the lines that define the MOD_EVASIVE_OVERRIDE and MOD_EVASIVE_DELAY constants in your wp-config.php file, so your settings don't get erased when you upgrade the plugin.

更新日志:

1.0.0