Linux 软件免费装
Banner图

ABCode Database Exporter

开发者 ashbrentnall
abcodeuk
更新时间 2026年8月13日 18:06
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

backup export database database export database backup

下载

1.0.1 1.0.0

详情介绍:

ABCode Database Exporter is a one-click database export and backup tool for WordPress. Export your entire WordPress database, or just the tables you select, as a .sql file straight from your admin dashboard. No phpMyAdmin, no SSH, no hosting control panel, no technical knowledge required. Just open the tool, pick the tables you need, and hit export. Your SQL backup downloads automatically, ready to import anywhere with phpMyAdmin, WP-CLI, MySQL Workbench, or Adminer. Why ABCode Database Exporter? Most database export plugins are bloated, confusing, or require paid upgrades for basic features. ABCode Database Exporter is different: Features Who is this for? How it works
  1. Go to Tools → Database Exporter
  2. Select the tables you want to export (all are selected by default)
  3. Click Export and watch the real-time progress bar
  4. Choose your download format: .sql or .sql.gz
  5. Click Download and your database backup saves to your computer
That's it. No configuration, no accounts, no API keys.

安装:

  1. Upload the abcode-database-exporter folder to /wp-content/plugins/
  2. Activate the plugin through the Plugins menu in WordPress
  3. Go to Tools → Database Exporter (or click Export Database on the Plugins screen)

屏幕截图:

  • Export in progress with real-time progress bar
  • Individual table actions: export as SQL, download as CSV, or copy the schema
  • Plugin action link on the Plugins screen for quick access

升级注意事项:

1.0.0 Initial release. Install and start exporting your database in one click.

常见问题:

Does this plugin require any configuration?

No. Install it, activate it, and it's ready to use. There are no settings to configure.

Can I export individual tables?

Yes. Each table has its own SQL, CSV, and Schema buttons. You can also select specific tables for a combined export.

What format are the exports in?

Standard SQL format, fully compatible with phpMyAdmin, MySQL Workbench, Adminer, and any MySQL import tool. You can also export individual tables as CSV.

Can I compress the export file?

Yes. Select the .sql.gz format before exporting to get a gzip-compressed file. This requires the PHP gzip extension (available on most hosts).

Will this work with large databases?

Yes. The export runs table-by-table via AJAX requests, so it won't hit PHP timeout or memory limits, even on shared hosting with strict resource caps.

Is this plugin secure?

Yes. All AJAX requests use WordPress nonce verification, only administrators can access the tool, each export is bound to the user who created it, temporary files are stored in a protected directory with random, unguessable filenames, and all files are automatically cleaned up after one hour.

Does it work on multisite?

Yes, but only Network Administrators can run exports. A WordPress multisite installation shares one database across every site in the network, so restricting the tool to super admins prevents a single-site administrator from downloading other sites' data.

Does it work with custom database tables?

Yes. It exports every table in the WordPress database, including those created by other plugins or custom code.

Can I use this for site migration?

This plugin exports the database only. For a full migration (files + database), pair it with a file manager or FTP. The exported .sql file can be imported on the destination server via phpMyAdmin, WP-CLI, or any MySQL import tool.

Where does the exported file go?

It downloads directly to your computer via your browser, the same as any other file download. Temporary files on the server are automatically deleted.

更新日志:

1.0.1 1.0.0