Versions Compared

Key

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

...

  • For Fedora and newer Red Hat-based distros, you can install SQL DM for MySQL with DNF:
    Code Block
    # dnf install /path/to/IderaSQLdmforMySQL-*.rpm
  • For older Red Hat-based distros, you can use YUM:
    Code Block
    themeConfluence
    # yum install /path/to/IderaSQLdmforMySQL-*.rpm
  • For openSUSE and SUSE-based distros, use YaST:
    Code Block
    themeConfluence
    # yast -i /path/to/IderaSQLdmforMySQL-*.rpm

  • For any RPM-based distro, you can also use RPM itself:
    Code Block
    themeConfluence
    # rpm -ivh /path/to/IderaSQLdmforMySQL-*.rpm

Whichever package manager you use, it installs SQL DM for MySQL in the /usr/local/MONyog/ directory. You can now begin configuring and using SQL DM for MySQL.

...