Versions Compared

Key

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

...

  • YUM to upgrade:

    Code Block
    themeConfluence
    # yum update MONyog

    or to install SQL DM for MySQL

...

  • :

    Code Block
    themeConfluence
    # yum install MONyog
  • Downloading the binaries from here and upgrading it with RPM:

    Code Block
    themeConfluence
    # rpm -Uvh MONyog-*.rpm
    or, installing it with RPM:
    Code Block
    themeConfluence
    # rpm -ivh MONyog-*.rpm

Nginx Configuration

SQL DM for MySQL AMI is configured with nginx reverse proxy. Nginx listens on ports 80 and 443 and forwards the incoming traffic to SQL DM for MySQL default port:  5555.

...