Versions Compared

Key

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

...

The download link retrieves a .tar.gz file from WebyogIDERA. The pattern for the filename is IderaSQLdmforMySQL-<version>.<architecture>.tar.gz. To install it run Tar setting the output to /usr/local or any prefix appropriate to your system:

...

This installs SQL DM for MySQL in the same path as the RPM package. In order to use the MONyog(SQL DM for MySQL) service, you also need to copy the MONyog service script to /etc/init.d/ directory.


Code Block
themeConfluence
# cp /path/to/MONyog/bin/MONyog /etc/init.d/


Start/Stop

This description applies if you have extracted SQL DM for MySQL(Monyog) from zipped tar(.tar.gz) package.

There is one shell script named "MONyog" within "MONyog/bin" directory. For example if SQL DM for MySQL(Monyog) has been extracted to ~/MONyog/ directory, you can start SQL DM for MySQL by typing:


Code Block
themeConfluence
$ ~/MONyog/bin/MONyog start


Similarly, to stop:


Code Block
themeConfluence
$ ~/MONyog/bin/MONyog stop


Upgrading

Untar the SQL DM for MySQL package in the same directory where you had untarred the previous SQL DM for MySQL, use the command: 64 bit tar.


Code Block
themeConfluence
# tar -xvf /path/to/IderaSQLdmforMySQL-*.tar.gz -C /usr/local