Skip to content

Instantly share code, notes, and snippets.

@DevWL
Created June 26, 2021 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevWL/9e5852340fa81c7b4452cfd052a9fc71 to your computer and use it in GitHub Desktop.
Save DevWL/9e5852340fa81c7b4452cfd052a9fc71 to your computer and use it in GitHub Desktop.
MYSQL DUMP EXPORT AND IMPORT FROM CMD
cd C:/xampp/mysql/bin
mysqldump -u root -p ppq-dev > C:/xampp/mysql/bin/ps_sql_play.sql
mysql -u root -p ps_sql_play < C:/xampp/mysql/bin/ps_sql_play.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment