Skip to content

Instantly share code, notes, and snippets.

@chandra-prakash-meghwal
Created December 16, 2022 06:24
Show Gist options
  • Save chandra-prakash-meghwal/d102e9fbada41474e57a5d437352d455 to your computer and use it in GitHub Desktop.
Save chandra-prakash-meghwal/d102e9fbada41474e57a5d437352d455 to your computer and use it in GitHub Desktop.
How to run SQL script in MySQL command line? use source then file path with filename to run script from the file
mysql> source <path to the file alongwith filename>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment