Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
| module.exports = { | |
| config: { | |
| // default font size in pixels for all tabs | |
| fontSize: 12, | |
| // font family with optional fallbacks | |
| fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace', | |
| // terminal cursor background color and opacity (hex, rgb, hsl, hsv, hwb or cmyk) | |
| cursorColor: 'rgba(248,28,229,0.8)', |
| # Reference: https://github.com/github/gitignore | |
| # From: https://gist.github.com/edesdan/6bb43343740bcd54ef0f56a384a2f66f | |
| ###################### | |
| ###### Mac OS X ###### | |
| ###################### | |
| # Folder view configuration files | |
| .DS_Store | |
| Desktop.ini |