-
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.
What distro do you use?
I am using Ubuntu 22.04
Can you show screenshot how do run command, and the result? It works good on ubuntu 22.04
@Cien267 use
sudo ./reset-trial-navicat.sh
I think this script uses bash commands in it. And sh can't normally execute
@dotmitsu
I try chmod +x and run "./" instead of "sh" and it works. Thank you very much <3
confirm it works on 17.0
really works. Thank you
confirm it works on 17.1
Thank you
it works
find preferences.json preferences.json.lock
remove them
start navicat
Is there a win version available
Funciona, muchas gracias
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.
I am using Ubuntu 22.04