Skip to content

Instantly share code, notes, and snippets.

@joekolade
Created March 10, 2023 11:28
Show Gist options
  • Select an option

  • Save joekolade/e3f4a4d29bd4be2db216094f4b2c33de to your computer and use it in GitHub Desktop.

Select an option

Save joekolade/e3f4a4d29bd4be2db216094f4b2c33de to your computer and use it in GitHub Desktop.
[Backup mysql via mysqldump]
mysqldump -u ###user### -p###password### ###dbname### > ###dbname###_@date.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment