Explorar el Código

Updated restore script

master
Steffan JJ hace 1 año
padre
commit
5d66ae1cb9
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      trias/Database/mysql_restore.sh

+ 2
- 0
trias/Database/mysql_restore.sh Ver fichero

@@ -23,5 +23,7 @@ echo "Enter the name of backup file: "
read fileName
BACKUP_FILE="/mysql_backup/$fileName"

mysql -u $DB_USER -p$DB_PASS -e "CREATE DB triq_demo;"

# Restore backup file
mysql -u $DB_USER -p$DB_PASS $DB_NAME < $BACKUP_FILE

Cargando…
Cancelar
Guardar