Skip to content

Instantly share code, notes, and snippets.

@semihkeskindev
Created December 1, 2021 11:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save semihkeskindev/b96345aed0d84414496c3b4238190e0e to your computer and use it in GitHub Desktop.
Save semihkeskindev/b96345aed0d84414496c3b4238190e0e to your computer and use it in GitHub Desktop.
mysql export database from docker container to local
# https://newbedev.com/exporting-data-from-mysql-docker-container
# delete first line from dump.sql file
docker-compose exec db mysqldump -u root -proot wordpress > dump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment