Created
December 16, 2022 06:24
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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