0

I am using vagrant command line tool.After i used vagrant up command,i am getting the below error in my browser while running.

PDOException: SQLSTATE[HY000] [2002] Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in Drupal\Component\DependencyInjection\PhpArrayContainer->createService() (line 79 of /drupal/docroot/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php).

Unamata Sanatarai
  • 6,475
  • 3
  • 29
  • 51

1 Answers1

0

Please check the mysql service is running inside the VM.

service mysqld status

kikitux
  • 64
  • 2