Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

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):

...