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:password@xx.xxx.xxx.xxx/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?