Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
$db_url = 'mysql://dbuser:dbpassword@mysql.example.com/example_crm';//$db_prefix = '';$db_prefix = array( 'default' => '', 'users' => '`example_cms`.', 'sessions' => '`example_cms`.', 'authmap' => '`example_cms`.', 'role' => '`example_cms`.', 'users_roles' => '`example_cms`.');