You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
my external host has ip myexternalhost= 192.168.30.132
and when I execute php console generate:admin
I'm getting error below
[Doctrine\DBAL\Exception\ConnectionException]
An exception occured in driver: SQLSTATE[28000] [1045] Access denied for user 'mydbuser'@'192.168.30.133' (using pa ssword: YES)
I have change the host with the IP address nothing change
The text was updated successfully, but these errors were encountered:
I have error below:
Want to connect external mysql database with below parameters
$app->register(new Silex\Provider\DoctrineServiceProvider(), array(
));
my external host has ip myexternalhost= 192.168.30.132
and when I execute php console generate:admin
I'm getting error below
[Doctrine\DBAL\Exception\ConnectionException]
An exception occured in driver: SQLSTATE[28000] [1045] Access denied for user 'mydbuser'@'192.168.30.133' (using pa ssword: YES)
I have change the host with the IP address nothing change
The text was updated successfully, but these errors were encountered: