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
| #!/bin/sh | |
| # Uncomment this is you want some more verbose output to see what is happening | |
| #set -x | |
| ## Variables | |
| # Change this directory name if you want to place these somewhere else | |
| _projectdir=~/projects | |
| _gitrepo=https://github.com/mkubecek/vmware-host-modules.git | |
| if [ $(grep -q "workstation.product.version" /etc/vmware/config;echo $?) -eq 0 ];then |