rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

indexer:reindex error #70

Open lukermiller opened 7 years ago

lukermiller commented 7 years ago

Recieving the following two errors when trying to reindex from CLI
$ php bin/magento indexer:reindex

[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002] No such file or directory

[PDOException]
SQLSTATE[HY000] [2002] No such file or directory

If I change the db host in app/etc/env.php to 127.0.0.1 instead of local host I get

[Zend_Db_Adapter_Exception]
SQLSTATE[HY000] [2002] Connection refused

[PDOException]
SQLSTATE[HY000] [2002] Connection refused

Where did I go wrong?