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
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