Last active
April 3, 2025 17:27
-
Star
(103)
You must be signed in to star a gist -
Fork
(53)
You must be signed in to fork a gist
-
-
Save nakamuraos/717eb99b5e145ed11cd754ad3714b302 to your computer and use it in GitHub Desktop.
Reset trial Navicat 15, Navicat 16, Navicat 17 on Linux
Is there no chance of data or databases being deleted?
Is there no chance of data or databases being deleted?
Short answer: No, absolute.
Navicat is a database management tool, and it doesn't store your data. The connections in Navicat are just login information and configurations to access databases on remote servers.
This script only modifies Navicat's trial data (such as registry entries or configuration files), it won't affect your actual database data. However, it's still a good idea to backup your navicat data in case you have multiple important connection configurations, and newer versions of Navicat have changes in how connection configurations are stored.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Funciona, muchas gracias