Skip to content

Instantly share code, notes, and snippets.

@beakerflo
Created September 27, 2019 10:31
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 beakerflo/c5691e0e2a42c125724030ca9aecc315 to your computer and use it in GitHub Desktop.
Save beakerflo/c5691e0e2a42c125724030ca9aecc315 to your computer and use it in GitHub Desktop.
Test
#!/usr/bin/python3
db = dbMySQL.connectToDb()
structFiles = glob.glob("./structure/*.sql")
for sFile in structFiles:
print( '### - file ' + sFile)
dbMySQL.runSqlScript(db, sFile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment