How does one set the ezmlm database shortcut in the MLM Module?

Shortcut in the settings.php for multiple databases haas been created.

Where do you insert shortcut name so module so module can access it?

Comments

allie micka’s picture

Status: Active » Closed (fixed)

Make sure you're using the ezmlm-idx backend. Then create a new node of type "mailing list". In the "Connection Name:" field, enter the shortcut you have used in your settings.php file.

So if you settings.php file looks like this:
$db_url['default'] = 'mysqli://username:password@localhost/databasename';
$db_url['mlm'] = 'mysqli://username:password@localhost/databasename_ezmlm';

Then the value for "Connection name" should be "mlm"