Closed (fixed)
Project:
Feeds SQL
Version:
7.x-1.x-dev
Component:
Documentation
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2014 at 04:20 UTC
Updated:
19 Jun 2015 at 18:13 UTC
Jump to comment: Most recent
Comments
Comment #1
alibama commentedhere's what my settings.php has for the databases...
$databases = array (
'default' =>
array (
'default' =>
array (
'driver' => 'mysql',
'database' => 'main_db',
'username' => 'user',
'password' => 'password',
'host' => 'localhost',
'prefix' => '',
),
),
'second_database' =>
array(
'default'=>
array (
'driver'=>'mysql',
'database'=>'database',
'username'=>'user',
'password'=>'password',
'host'=>'some ip address here',
),
),
);
Comment #2
alibama commented