Limesurvey 切換至不同名稱資料庫
{limesurvey_installed_path} /applications/config/config.php找到下面的段落修改
'db' => array(
'connectionString' => 'mysql:host=localhost;port=3306;dbname=limesurvey;',
'emulatePrepare' => true,
'username' => 'root',
'password' => 'xxx',
'charset' => 'utf8mb4',
'tablePrefix' => 'lime_',
)