Versions Compared

Key

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

...

By default MONyog(SQL DM for MySQL) service runs under Local System Account. If you are having Slow query or General query log in a Mapped Network Drive, SQL DM for MySQL will not be able to reach it. If SQL DM for MySQL has to access the file present in a Mapped Network Drive, you have to convert the path into shared path (accessed with UNC notation: \system\share) and then follow these steps:

  • Click on Start menu, then click on run and then type,

    Code Block
    themeConfluence
    services.msc
  • After this 'Services' window pops up with list of all services running in your system.

...

themeConfluence

...

  • .

...

  • Search for Monyog and then right click --> Properties.
  • Click on "Log On" tab and then you can see that SQL DM for MySQL is using "Local System Account".
  • You need to use "This account" option and then give the credentials that you use to log on to the system with "Administrative" privilege.
  • Save the settings, restart MONyog(SQL DM for MySQL) service.
  • After following the above steps try to access the file which is shared across network.

...