I am unable to go past the proc_open error when I give drush @local sql-cli; I have XAMPP setup. Using drush 7 with git and composer on windows10.
BTW... drush @remote sql-cli works. It brings me to mysql > prompt.
sql-cli to hangs at "proc_open(mysql --defaults-extra-file="C:\\Users\\name\\AppData\\Local\\\Temp\\dru9F1A.tmp" --database=compscisbu --host=127.0.0.1 --port=3306) for local database.
I'm running drush through composer on windows 10
composer global require drush/drush:7.*
I tried the fix to removing ~/.composer/vendor/bin from my PATH and execute drush using ../vendor/drush/drush/drush from the site root as listed here https://github.com/drush-ops/drush/issues/1712; This did not fix the issue.
Any pointers on troubleshooting this will be helpful.
Thanks much!
Comments