Commit Graph

1 Commits

Author SHA1 Message Date
Steve Dogiakos 991beaa9f0
Add Windows Batch Script for SQL Dump Splitting
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.
2023-12-30 14:46:25 -07:00