Last active
March 21, 2023 09:23
-
-
Save majeedraza1/fc3f5c3bae5fa2928ed2c25acf58346c to your computer and use it in GitHub Desktop.
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
# First switch to database | |
USE db_name; | |
# replace file name with full file path. | |
SET autocommit=0; source the_sql_file.sql; COMMIT ; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment