I'm doing a fresh install of phabricator on VM with Centos 6.5, but after the installation, when I'm opening the webpage, I got
```
Unable to connect to MySQL!
Attempt to connect to root@127.0.0.1 failed with error #2003: Can't connect to MySQL server on '127.0.0.1' (13).
Make sure Phabricator and MySQL are correctly configured.
```
The mysql can be accessed from inside the VM and from the outside, and running the
```
./bin/storage upgrade
```
is also successfull.
What should I do?
Thank you for your help