Here are some Python scripts.
If you don't have Python, maybe you should install python first. Do like this.
brew install pythonbrew cask install mysql-connector-pythonpip install virtualenvvirtualenv --no-site-packages venvsource venv/bin/activatepip install python-mysqlpip install pandasdeactivate
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