- User ID
- 1
- Joined
- 7 Jan 2019
- Messages
- 1,505
- Reaction score
- 120
- Points
- 63
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:
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:
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

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

