Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
Info |
---|
This document explains how to deploy MySQL server on Virtual PBXs Created: November 2022 Permalink: https://wildix.atlassian.net/wiki/x/AQCkB |
Table of Contents |
---|
Introduction
Using this instruction, you can deploy MySQL server to be used on your Virtual PBX and set up CDRs to use the MySQL database.
...
I. Install MySQL server
Warning |
---|
Important: If you plan to use MySQL in WMS Network, the below steps need to be completed only for the Server PBX. |
...
Code Block |
---|
mysql -u root -Bse "ALTER USER 'root'@'localhost' IDENTIFIED BY 'wil01dixwildix'" |
In case of a WMS Network: If you want to install MySQL server for your all WMS Network, run the following commands (optional, only for Server PBX):
...