How to update SAM Broadcaster Pro database connection

Andy

Administrator
Creative Team
User ID
1
Joined
7 Jan 2019
Messages
1,134
Reaction score
57
Points
48
If you ever need to update/modify database connection for SAM Broadcaster Pro, follow the instruction below:

Close SAM Broadcaster process prior doing this, otherwise all changes will be reverted šŸ˜¢

Open the following path:
Code:
C:\Users\ESFM\AppData\Local\SpacialAudio\SAMBC

The configuration is stored inside the SAMBC.core.xml file, open that file with your text editor (e.g. Notepad++) and edit the following values as needed:

XML:
<CONFIG application="SAM" version="2018.7"><Database><Driver>MYSQL</Driver><Host>database_server</Host><Port>3306</Port><Username>database_user</Username><Password>database_password</Password><Database>database_name</Database><ServerMode>EMBEDDED</ServerMode></Database>
<!--TRUNCATED-->

Tested on SAM Broadcaster Pro v2018.7 and it works like a charm šŸŒˆ

Related tasks:
Let me know if you find this tutorial useful by commenting down below šŸ˜ƒšŸ‘
 
 Short URL:
Back
Top