Description
I'm using Magento 2.0.7 and I ran into this error that I can't find to resolve.
It happenes when on terminal via SSH I try to run a simple cache flush command. The error message is:
`[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002] No such file or directory
[PDOException]
SQLSTATE[HY000] [2002] No such file or directory
cache:flush [--bootstrap="..."] [types1] ... [typesN]`
When I let magento show that I run in dev mode then nothing happens.
Now I have read this article http://devdocs.magento.com/guides/v2.0/install-gde/trouble/php/tshoot_phpini.html
And really, the Loaded Configuration File had a different path. Now this was changed. It is still a bit different like /opt/phpfcgi-5.6/lib instead 5.6.22 but the previous dir is a redirect to the first one so they are the same files. I guess that would not mean problems, right?
I found now that here it is suggested that it might be a cookie problem: #737 (comment)
It's true that I run my magento on a subdomain though I can't change that in order to test if it would be a solution. And it would be no real solution anyway from a magento dev point of view.
So how can I solve this then?
Thanks!