Commit Graph

1 Commits

Author SHA1 Message Date
Steve Dogiakos 68ca48e1cc
Add SQL dump splitter script
This commit adds a Python script designed to split a large SQL dump file into separate files, each corresponding to a different database. The script reads through the SQL dump, identifies database sections, and creates new SQL files named after each database. This utility is particularly useful for managing and organizing large SQL dumps with multiple databases.
2023-12-30 14:35:12 -07:00