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

https://github.com/thiiagoms/dumper

Backup tables from MySQL database :truck:
https://github.com/thiiagoms/dumper

php-cli php-mysql php-tools

Last synced: 4 months ago
JSON representation

Backup tables from MySQL database :truck:

Awesome Lists containing this project

README

        



Logo

Dumper - Backup MySQL tables :truck:

- [Dependencies](#Dependencies)
- [Install](#Install)
- [Run](#Run)

### Dependencies
- PHP: >=7.4
- Composer
### Install

* Clone the repository:
```bash
$ git clone https://github.com/thiiagoms/dumper
```

* Generate autoload:
```
$ cd dumper
$ composer install
```

* Addd you MySQL credentials to `.env.example` them copy it to `.env`:
```bash
$ cp .env.example .env
```
### Run

* Run `./dumper` and it will be generate `.sql` file in root directory:
```bash
$ ./dumper
```

Thank you so much for your time :purple_heart: