- Posts: 47
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
return array(
'components' => array(
'db' => array(
'connectionString' => 'mysql:host=[myHost_where_the_database_ is_stored];port=3306;dbname=[Name of db];',
'emulatePrepare' => true,
'username' => '[MyUsername]',
'password' => '[MyPassword]',
'charset' => 'utf8',
'tablePrefix' => 'lime_',
),