- Posts: 1
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
'db' => array( 'connectionString' => 'mysql:host=[YOUR SERVER];port=3306;dbname=[YOUR DATABASE];', 'emulatePrepare' => true, 'username' => '[YOUR USERNAME]', 'password' => '[YOUR PASSWORD]', 'charset' => 'utf8', 'tablePrefix' => 'lime_', ),