A python connector to convert MySQL data to CSV file using Python
Download the Folder
Install the following libraries before execution(Ignore if already installed)
pip install mysql-connector-python
pip install pandas
It will prompt you to enter your MySQL server details like,
HOST, USER, PASSWORD, PORT, DATABASE(on which the table is stored)
Once verified it will ask you to upload the path of your SQL FILE that contains the query for execution
Example path(Windows): C:\Users\DELL\Documents\My Docs\testsql.sql
Then the program will print the executed operation on the console
Prompt will appear with Y/N option, choose Y for converting else N otherwise