Enable root remote login :
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
FLUSH PRIVILEGES;
// https://inteist.com/git-remove-pods-folder-from-pushed-repository-how-to/ | |
git filter-branch --index-filter 'git rm --cached --ignore-unmatch Pods/*' --tag-name-filter cat -- --all | |
git push --force |
Make sure everything is up to date.
Finish the steps from FreeTDS & ODBC
I am not sure about why this is necessary maybe for the SSH support reason.
$ pip install --no-binary pymssql pymssql