https://github.com/mestackcodes/wp-sql-databaseexport
A WordPress plugin that allows you to export your database to a SQL file with a single click.
https://github.com/mestackcodes/wp-sql-databaseexport
php wordpress wordpress-plugin
Last synced: 3 months ago
JSON representation
A WordPress plugin that allows you to export your database to a SQL file with a single click.
- Host: GitHub
- URL: https://github.com/mestackcodes/wp-sql-databaseexport
- Owner: MEStackCodes
- License: mit
- Created: 2025-05-23T21:10:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-05-23T21:48:54.000Z (8 months ago)
- Last Synced: 2025-06-03T22:10:38.120Z (8 months ago)
- Topics: php, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WordPress SQL Database Export
## Description
A WordPress plugin that allows you to export your database to a SQL file with a single click.
The SQL dump is compressed into a .gz (gzip) file to optimize downloading. It doesn't require any external CLI commands.
## Requirements
- Requires at least WordPress 5.7
- Tested on WordPress 6.8 / PHP 8.2
## Installation
### Upload via WordPress Admin
1. Download the plugin from [GitHub Repository](https://github.com/MEStackCodes/WP-SQL-DatabaseExport).
2. Compress the folder `wp-sql-database-export` to zip format.
3. Go to your WordPress admin panel.
4. Navigate to **Plugins > Add New**.
5. Click **Upload Plugin** and select the compressed `wp-sql-database-export.zip` file.
6. Click **Install Now**, then **Activate Plugin**.
7. Access from the **Tools Menu > WordPress SQL Database Export** in the administration panel.
## Share
If you liked and found this repository useful for your projects, star it. Thank you for your support! ⭐