I am making a Python program that uses a MySQL database. Now, I need a setup.exe file to set up the dependencies of the script and install it to windows computers.
Googling turned up PyInstaller, which mentions nothing about databases in its documentation.
To summarize, how could I make an .exe file that includes a MySQL database from a .py file?