I'm learning to work with the vagrant , I've already created VirtualMachine
, I made the provisioning, the project ran perfectly.
But when I enter via ssh in VirtualMachine
to run a script php , which runs via shell, is experiencing a connection error with the .
"cdbconnection failed to open the db connection: could not find driver"
I use the framework yii . Another thing is when I run the vagrant reload I lose access to the web server remotely.