Versions Compared

Key

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

...

The link downloads an .rpm package. The filename pattern is IderaSQLdmforMySQL-<version>.<architecture>.rpm. You can install SQL DM for MySQL by calling the package manager on this file.

  • 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

...