Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ilyasahsan123/444321025b83411254bbaff5b4cd7542 to your computer and use it in GitHub Desktop.
Save ilyasahsan123/444321025b83411254bbaff5b4cd7542 to your computer and use it in GitHub Desktop.
mysqldump command
mysqldump -u [user] -p[user_password] [nama_database] > [nama_file].sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment