gabrieldarezzo / phpmysqldump

Executte mysqldump in cli mode with php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Php MySql Dump

Executando a aplicação na sua maquina:

# SSH:
git clone git@github.com:fgregorio/phpmysqldump.git

# HTTPS:
git clone https://github.com/fgregorio/phpmysqldump.git

cd phpmysqldump  
php phpmysqldump.php

Vai ser apresentado as opções:

Choise your option, between 1 and 2
1 -> mysql
2 -> leroy

Selecione '1' ou '2' e pressione Enter...

Aguarde o fim do processamento:

Ok, file:
dump\2017.06.01.20.03.36.sql

Obs: É necessario estar com a variavel de ambiente mysqldump habilitada em sua variavel de ambiente .

About

Executte mysqldump in cli mode with php


Languages

Language:PHP 100.0%