Trying to connect Drupal running from my localhost to a remote database but coming across issues.
I am using the following string in my settings.php file:
$db_url = 'mysqli://username:[email protected]/database_name';
I am getting the following error:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\myapp\includes\database.mysqli.inc on line 115
What I am doing wrong?
Check connection to remote database:
or
On remove server can be configured firewall or MySQL not listen to xx.xx.xx.xx address.
Increase the max execution time in your php.ini to see if this helps.