/dumper

Backup tables from MySQL database :truck:

Primary LanguagePHPBSD 2-Clause "Simplified" LicenseBSD-2-Clause

Logo

Dumper - Backup MySQL tables 🚚

Dependencies

  • PHP: >=7.4
  • Composer

Install

  • Clone the repository:
$ 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:
$ cp .env.example .env

Run

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

Thank you so much for your time 💜