🐬 MySQLDump, aide-mémoire pour les poissons rouges
REM Fichier MysqlDump.bat if exist “Roster.SQL” ( mysqldump.exe –user=root –password=root Roster7 > Roster.SQL if %ERRORLEVEL% NEQ 0 (goto ERROR) ) else ( goto ERROR ) Echo DUMP OK goto :FIN :ERROR Echo DUMP en erreur :FIN timeout /T 10 Vous… Continuer la lecture