I want to create a backup of my database (MySql with phpMyAdmin) and I found the following script to be able to automate it:
echo off
mysqldump -hlocalhost -udb_admin -pContrasenaDb bdd_n1 >
copia_seguridad_%Date:~6,4%%Date:~3,2%%Date:~0,2...
asked by
16.07.2017 / 13:47