| 开发者 |
ashbrentnall
abcodeuk |
|---|---|
| 更新时间 | 2026年8月13日 18:06 |
| 捐献地址: | 去捐款 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.1 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
abcode-database-exporter folder to /wp-content/plugins/No. Install it, activate it, and it's ready to use. There are no settings to configure.
Yes. Each table has its own SQL, CSV, and Schema buttons. You can also select specific tables for a combined export.
Standard SQL format, fully compatible with phpMyAdmin, MySQL Workbench, Adminer, and any MySQL import tool. You can also export individual tables as CSV.
Yes. Select the .sql.gz format before exporting to get a gzip-compressed file. This requires the PHP gzip extension (available on most hosts).
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.
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.
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.
Yes. It exports every table in the WordPress database, including those created by other plugins or custom code.
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.
It downloads directly to your computer via your browser, the same as any other file download. Temporary files on the server are automatically deleted.