I'm working on a CakePHP project which requires the db connected to plesk remote mysql server. If I use below db configuration example
'port' => '3306',
'host' => 'xxx.xxx.xxx.xxx',
'username' => 'usernmae',
'password' => 'pass',
'database' => 'db',
When I run the app getting mysql error connection timeout.
What I have tried so far:
1. Tools & Settings > Database Servers > ALLOW REMOTE CONNECTIONS FROM ANY HOST
2. Databases > Database Users > ALLOW REMOTE...
How to connect "Plesk remote db from other host"
'port' => '3306',
'host' => 'xxx.xxx.xxx.xxx',
'username' => 'usernmae',
'password' => 'pass',
'database' => 'db',
When I run the app getting mysql error connection timeout.
What I have tried so far:
1. Tools & Settings > Database Servers > ALLOW REMOTE CONNECTIONS FROM ANY HOST
2. Databases > Database Users > ALLOW REMOTE...
How to connect "Plesk remote db from other host"