Hi I tried exporting my database into .sql then place it in same folder with my .py file hoping that when I make my .py into an executable file my the .sql will built into the .exe
But this didn't seem to work out because when I drop the database I used in my .py then run the executable file it wont run.