Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepowershell
cd \diagserverdata\backup
"C:\Program Files\custo diagnostic server\mariadb\bin\mysql.exe" -uroot -p<Passwort> diagdb < 2020-01-10.db.backup.sql

Fix Example with password:
"C:\Program Files\custo diagnostic server\mariadb\bin\mysql.exe" -uroot -pbAPOhp37hpBt diagdb < 2020-01-10.db.backup.sql

This would bring in the backup from 10.1.2020. Please note:

...