File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Scripts para exportar e importar bases de datos MySQL.
4
4
## Export
5
5
Asistente interactivo para exportar la base de datos. Exporta la base en la locación actual y permite transferirla remotamente con Rsync.
6
6
7
- wget https://raw.githubusercontent.com/wnpower/MigrateMySQL/master/exportMySQL.sh -O ./exportMySQL.sh | bash ./exportMySQL.sh
7
+ wget https://raw.githubusercontent.com/wnpower/MigrateMySQL/master/exportMySQL.sh -O ./exportMySQL.sh && bash ./exportMySQL.sh
8
8
## Import
9
9
Una vez exportado, ingresar al servidor de destino y ejecutar el siguiente script para importar la base de datos.
10
10
11
- wget https://raw.githubusercontent.com/wnpower/MigrateMySQL/master/importMySQL.sh -O ./importMySQL.sh | bash ./importMySQL.sh
11
+ wget https://raw.githubusercontent.com/wnpower/MigrateMySQL/master/importMySQL.sh -O ./importMySQL.sh && bash ./importMySQL.sh
12
12
You can’t perform that action at this time.
0 commit comments