Git Product home page Git Product logo

mysql-multi-dumper's Introduction

MySQL Multiple Dumper

SymfonyInsight

Web Interface for creating MySQL multiple dump scripts. Useful for creating a smaller copy of a very large and busy database, e.g. Copying a production DB to a development environment.

Features

  • Ability to select the database(s) you need
  • Ability to select the table(s) you need
  • Ability to specify how many rows to include
  • Ability to specify how many rows to include per dump file (useful for creating smaller dump files)
  • Ability to choose to generate either Windows Batch or linux Bash scripts
  • Option to add lock options to generates scripts
  • Option to compress(gzip) dump files to save space

System Requirements

PHP : 7.*

To get started run the following command: php -S "IP:Port", e.g. 'php -S "127.0.0.1:12345"'

Navigate to the chosen location from your browser: http://IP:PORT" , e.g. "http://127.0.0.1:12345"

You must complete all the required fields, once done, the following files will be created on the "Output" folder:

  • 'sql/'' (folder)
  • 'dump_commands.[ext]' (bat or sh)
  • 'restore_commands.[ext]' (bat or sh)

You can then run the created scripts, and the MySQL dump and restore scripts will be placed in the sql folder.

Find this project useful ? ❤️

  • Support it by clicking the ⭐ button on the upper right of this page. ✌️

Contributors

mysql-multi-dumper's People

Contributors

kgundula avatar qinisom avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.