Skip to content

Instantly share code, notes, and snippets.

@ramingar
Created November 4, 2015 08:34
Show Gist options
  • Select an option

  • Save ramingar/2542bb2a93388e93ccd0 to your computer and use it in GitHub Desktop.

Select an option

Save ramingar/2542bb2a93388e93ccd0 to your computer and use it in GitHub Desktop.
Copia del modelo y de los datos de una BBDD mysql en un archivo #database #mysql #dump #copia

mysqldump -u root -p crud > crud_dump.sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment