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:
- Host: GitHub
- URL: https://github.com/thiiagoms/dumper
- Owner: thiiagoms
- License: bsd-2-clause
- Created: 2021-12-08T18:02:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T22:09:51.000Z (over 2 years ago)
- Last Synced: 2025-01-16T09:07:56.110Z (5 months ago)
- Topics: php-cli, php-mysql, php-tools
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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: