MEM Install

Select "Release" from the dropdown and enter "MySQL Enterprise Monitor" in the search box. Add the latest version to your download queue. When you "continue" you will prompted for the target OS (these instructions assume Linux x86-64)

Assumptions

You can install on other Operating Systems but that option is not covered by this documentation.

Service Manager Prerequisites

ldconfig -p | grep libaio

ldconfig -p | grep libnuma

ping hostname

rpm -qa | grep -i lsb

dpkg -l | grep -i lsb

sudo mkdir -p /opt/mysql/enterprise/monitor/

Linux Date/Time


The libaio library provides the Linux-native API for async I/O. Install with...

sudo apt install libaio1


The libnuma library controls specific NUMA (Non-Uniform Memory Architecture) scheduling or memory placement policies. Install with...

sudo apt install libnuma1


Service Manager Install

As 'root'...

cd to the directory where you unzipped the installation zip file

./mysqlmonitor-8.0.21.1248-linux-x86_64-installer.bin

From a browser connect to: https://yourhostname:18443

Bibliography