Skip to content

Instantly share code, notes, and snippets.

@raftaar1191
Last active September 7, 2020 06:40
Show Gist options
  • Save raftaar1191/23304126168ad9ef6091c751ca6a6cb2 to your computer and use it in GitHub Desktop.
Save raftaar1191/23304126168ad9ef6091c751ca6a6cb2 to your computer and use it in GitHub Desktop.
MYSQL
mysql -u UN -h HOSTNAME -p DATABASENAME < FILENAME.sql
mysql -u root -h localhost -p local < mysql.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment