Skip to content

Instantly share code, notes, and snippets.

@albertoammar
Created February 9, 2020 13:34
Show Gist options
  • Select an option

  • Save albertoammar/845e0eae1ae2be7cc92937d76e5f2d16 to your computer and use it in GitHub Desktop.

Select an option

Save albertoammar/845e0eae1ae2be7cc92937d76e5f2d16 to your computer and use it in GitHub Desktop.

Revisions

  1. albertoammar created this gist Feb 9, 2020.
    2 changes: 2 additions & 0 deletions mysql-docker.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    # Backup
    docker run mariadb /usr/bin/mysqldump -h localhost -u root --password=root DATABASE > backup.sql