An open API service indexing awesome lists of open source software.

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.

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! ⭐