Home >Database >navicat >Where is the navicat cache file?

Where is the navicat cache file?

下次还敢
下次还敢Original
2024-04-24 18:06:13674browse

Navicat cache file storage location: Windows: %APPDATA%\PremiumSoft\Navicat\Cache; Mac: /Users/[username]/Library/Application Support/PremiumSoft/Navicat/Cache. Cache file types: .ncache, .ncache2, .ncache3. Purpose: Store recently opened connections, query history and DBMS metadata. Clear cache files: After closing Navicat, delete the corresponding files in the above location, and then restart Navicat.

Where is the navicat cache file?

Navicat cache file location

File location:

Navicat Cache files are typically stored in the following location:

  • Windows: %APPDATA%\PremiumSoft\Navicat\Cache
  • Mac : /Users/[username]/Library/Application Support/PremiumSoft/Navicat/Cache

##Cache file type:

Navicat cache files typically have the following extension:

  • .ncache
  • .ncache2
  • .ncache3

Cache file purpose:

These cache files contain:

    Recently opened connections Information
  • Query history
  • DBMS metadata
  • Query results

Clear cache files:

To clear Navicat cache files:

    Close Navicat.
  1. Navigate to the above cache file location.
  2. Delete all files with the
  3. .ncache, .ncache2, or .ncache3 extension.
  4. Restart Navicat.

The above is the detailed content of Where is the navicat cache file?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn