This commit introduces a Windows batch (.bat) file as an alternative to the Python script for splitting SQL dumps. The batch script offers a convenient option for Windows users, especially those who prefer a quick, script-based solution without the need for Python. It reads a SQL dump file, identifies different databases, and creates separate SQL files for each database, ensuring ease of use and accessibility on Windows environments.
This commit introduces the README.md file for the SQL Dump Splitter project. The README includes an overview of the project, features, installation and usage instructions, contribution guidelines, licensing information, and acknowledgments. This document is essential for guiding users and contributors through the purpose and use of the SQL dump splitting 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.