Here are some Python scripts.
If you don't have Python, maybe you should install python first. Do like this.
brew install python
brew cask install mysql-connector-python
pip install virtualenv
virtualenv --no-site-packages venv
source venv/bin/activate
pip install python-mysql
pip install pandas
deactivate
Then, try it.
- I just tell you how to use this code. But if you want to push your code to GitHub, please add this in your
.gitignore
*.conf